doc: remove obsolete GNUmakefile, add CMakeLists.txt
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Wed, 13 Sep 2017 14:01:39 +0000 (16:01 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Thu, 14 Sep 2017 12:04:51 +0000 (14:04 +0200)
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
doc/CMakeLists.txt [new file with mode: 0644]
doc/GNUmakefile [deleted file]

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644 (file)
index 0000000..5dcd396
--- /dev/null
@@ -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 (file)
index 23aa9d5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-all: AFBClient.html
-
-AFBClient.html: AFBClient.txt
-       asciidoc -a max-width=55em $^
-
-clean:
-       rm -f AFBClient.html