diff options
author | tastytea <tastytea@tastytea.de> | 2022-01-27 14:02:25 +0100 |
---|---|---|
committer | tastytea <tastytea@tastytea.de> | 2022-01-27 14:09:05 +0100 |
commit | 4210fe1925e8d576ecaa66ff22307919e47739c2 (patch) | |
tree | ccf9ba9d5f10ad6be38e417817672cd6ef3ed2df /man/CMakeLists.txt | |
parent | Merge pull request #908 from tastytea/man-faq-etc (diff) | |
download | nheko-4210fe1925e8d576ecaa66ff22307919e47739c2.tar.xz |
Rename man page so GitHub renders it.
Diffstat (limited to 'man/CMakeLists.txt')
-rw-r--r-- | man/CMakeLists.txt | 2 |
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) |