From 2f34481142341c8f24e78fe6cf94ba9c1abec54b Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Wed, 13 Sep 2017 16:01:39 +0200 Subject: [PATCH] doc: remove obsolete GNUmakefile, add CMakeLists.txt Signed-off-by: Marcus Fritzsch --- doc/CMakeLists.txt | 4 ++++ doc/GNUmakefile | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) create mode 100644 doc/CMakeLists.txt delete mode 100644 doc/GNUmakefile 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 -- 2.16.6