changeset 97:7377a3d8600d

CMake: put specifications in docs target to list them
author David Demelier <markand@malikania.fr>
date Fri, 16 Jun 2017 12:38:04 +0200
parents 55300686bd78
children f4d23ad4aa27
files docs/CMakeLists.txt
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/CMakeLists.txt	Thu Jun 08 11:27:32 2017 +0200
+++ b/docs/CMakeLists.txt	Fri Jun 16 12:38:04 2017 +0200
@@ -18,10 +18,17 @@
 
 project(docs)
 
+#
+# General documentation.
+# -------------------------------------------------------------------
+#
+
 add_custom_target(
     docs
     ALL
     COMMENT "Generating documentation"
+    SOURCES
+        ${docs_SOURCE_DIR}/specs/sprite.md
 )
 
 #