File: CMakeLists.txt

package info (click to toggle)
evolution 3.56.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,044 kB
  • sloc: ansic: 519,950; javascript: 8,494; xml: 5,207; python: 702; makefile: 563; sh: 294; perl: 169
file content (7 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
install(FILES evolution.1
	DESTINATION ${MAN_INSTALL_DIR}/man1
)

if(ENABLE_GTK_DOC)
	add_subdirectory(reference)
endif(ENABLE_GTK_DOC)