substitute the @-markers in the man page

This commit is contained in:
Frédéric Mangano-Tarumi 2018-11-21 21:41:55 -05:00
parent a043e74e14
commit af61b01448
2 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,7 @@ target_link_libraries(opustags libopustags)
include(GNUInstallDirs)
install(TARGETS opustags DESTINATION "${CMAKE_INSTALL_BINDIR}")
install(FILES opustags.1 DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
configure_file(opustags.1 . @ONLY)
install(FILES "${CMAKE_BINARY_DIR}/opustags.1" DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
add_subdirectory(t)

View File

@ -1,4 +1,4 @@
.TH opustags 1 "November 2018" "@PROJECT_NAME@ @PROJECT_VERSION"
.TH opustags 1 "November 2018" "@PROJECT_NAME@ @PROJECT_VERSION@"
.SH NAME
opustags \- Opus comment editor
.SH SYNOPSIS