summary refs log tree commit diff
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
parentMerge pull request #908 from tastytea/man-faq-etc (diff)
downloadnheko-4210fe1925e8d576ecaa66ff22307919e47739c2.tar.xz
Rename man page so GitHub renders it.
-rw-r--r--man/CMakeLists.txt2
-rw-r--r--man/nheko.1.adoc (renamed from man/nheko.1.adoc.in)0
2 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) diff --git a/man/nheko.1.adoc.in b/man/nheko.1.adoc
index fe3ff3b3..fe3ff3b3 100644 --- a/man/nheko.1.adoc.in +++ b/man/nheko.1.adoc