aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/CMakeLists.txt4
-rw-r--r--doc/GNUmakefile7
2 files changed, 4 insertions, 7 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 0000000..5dcd396
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(
+ FILES ${CMAKE_PROJECT_NAME}.txt
+ DESTINATION ${CMAKE_INSTALL_DOCDIR}
+ COMPONENT "development")
diff --git a/doc/GNUmakefile b/doc/GNUmakefile
deleted file mode 100644
index 23aa9d5..0000000
--- a/doc/GNUmakefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: AFBClient.html
-
-AFBClient.html: AFBClient.txt
- asciidoc -a max-width=55em $^
-
-clean:
- rm -f AFBClient.html