Merge pull request #909 from tastytea/rename-manpage

Rename man page so GitHub renders it.
This commit is contained in:
DeepBlueV7.X 2022-01-27 13:13:29 +00:00 committed by GitHub
commit 9f31095e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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)