summary refs log tree commit diff
path: root/man/CMakeLists.txt
diff options
context:
space:
mode:
authortastytea <tastytea@tastytea.de>2022-01-27 14:02:25 +0100
committertastytea <tastytea@tastytea.de>2022-01-27 14:09:05 +0100
commit4210fe1925e8d576ecaa66ff22307919e47739c2 (patch)
treeccf9ba9d5f10ad6be38e417817672cd6ef3ed2df /man/CMakeLists.txt
parentMerge pull request #908 from tastytea/man-faq-etc (diff)
downloadnheko-4210fe1925e8d576ecaa66ff22307919e47739c2.tar.xz
Rename man page so GitHub renders it.
Diffstat (limited to 'man/CMakeLists.txt')
-rw-r--r--man/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
index aadeb15b..9ae5cbe5 100644
--- a/man/CMakeLists.txt
+++ b/man/CMakeLists.txt
@@ -2,7 +2,7 @@
 
 include(GNUInstallDirs)
 
-configure_file("${PROJECT_NAME}.1.adoc.in" "${PROJECT_NAME}.1.adoc" @ONLY)
+configure_file("${PROJECT_NAME}.1.adoc" "${PROJECT_NAME}.1.adoc" @ONLY)
 
 find_program (ASCIIDOC_COMPILER a2x)
 if (NOT ASCIIDOC_COMPILER)