Merge pull request #909 from tastytea/rename-manpage
Rename man page so GitHub renders it.
This commit is contained in:
commit
9f31095e33
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
include(GNUInstallDirs)
|
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)
|
find_program (ASCIIDOC_COMPILER a2x)
|
||||||
if (NOT ASCIIDOC_COMPILER)
|
if (NOT ASCIIDOC_COMPILER)
|
||||||
|
Loading…
Reference in New Issue
Block a user