summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2022-01-27 13:13:29 +0000
committerGitHub <noreply@github.com>2022-01-27 13:13:29 +0000
commit9f31095e336e7e40e4cb4d356882389953356d88 (patch)
treeccf9ba9d5f10ad6be38e417817672cd6ef3ed2df
parentMerge pull request #908 from tastytea/man-faq-etc (diff)
parentRename man page so GitHub renders it. (diff)
downloadnheko-9f31095e336e7e40e4cb4d356882389953356d88.tar.xz
Merge pull request #909 from tastytea/rename-manpage
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