mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 10:40:47 +03:00
Rename man page so GitHub renders it.
This commit is contained in:
parent
e51ec7ff87
commit
4210fe1925
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue