comparison doc/CMakeLists.txt @ 184:0ff84eeea2b0

Docs: move procedures to the wiki
author David Demelier <markand@malikania.fr>
date Wed, 01 Jun 2016 12:48:04 +0200
parents ff26bd33a45d
children 6635b9187d71
comparison
equal deleted inserted replaced
183:166f589e30e5 184:0ff84eeea2b0
20 20
21 # Meta targets `docs` 21 # Meta targets `docs`
22 add_custom_target( 22 add_custom_target(
23 all-docs ALL 23 all-docs ALL
24 COMMENT "Building irccd documentation" 24 COMMENT "Building irccd documentation"
25 SOURCES
26 ${doc_SOURCE_DIR}/procs/README.md
27 ${doc_SOURCE_DIR}/procs/00.tests.md
28 ${doc_SOURCE_DIR}/procs/00.new-release.md
29 ${doc_SOURCE_DIR}/procs/20.options.md
30 ${doc_SOURCE_DIR}/procs/30.options.md
31 ${doc_SOURCE_DIR}/procs/60.new-command.md
32 ) 25 )
33 26
34 set_target_properties( 27 set_target_properties(
35 all-docs 28 all-docs
36 PROPERTIES 29 PROPERTIES