From: Marcus Fritzsch Date: Wed, 13 Sep 2017 14:01:39 +0000 (+0200) Subject: doc: remove obsolete GNUmakefile, add CMakeLists.txt X-Git-Tag: 4.99.1~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=commitdiff_plain;h=2f34481142341c8f24e78fe6cf94ba9c1abec54b doc: remove obsolete GNUmakefile, add CMakeLists.txt Signed-off-by: Marcus Fritzsch --- 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