summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-26 15:07:31 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-26 15:07:31 +0200
commit8c36de3d076f35a6f78bd89f5b312dd92950e0bc (patch)
treeb83a19c63b5e3448b7dfed051e468f29c90bae21 /CMakeLists.txt
parentfa3a2c297b89abe91a25dafed98c3c635613b2dd (diff)
Added a man page
Generated with Pandoc.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7364bc2e..2df4fda8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -522,6 +522,7 @@ MimeType=x-scheme-handler/gemini;x-scheme-handler/gopher;
522 install (FILES res/fi.skyjake.Lagrange.appdata.xml 522 install (FILES res/fi.skyjake.Lagrange.appdata.xml
523 DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo 523 DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo
524 ) 524 )
525 install (FILES res/lagrange.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
525 if (NOT ENABLE_RELATIVE_EMBED) 526 if (NOT ENABLE_RELATIVE_EMBED)
526 target_compile_definitions (app PUBLIC 527 target_compile_definitions (app PUBLIC
527 LAGRANGE_EMB_BIN="${CMAKE_INSTALL_FULL_DATADIR}/lagrange/resources.lgr") 528 LAGRANGE_EMB_BIN="${CMAKE_INSTALL_FULL_DATADIR}/lagrange/resources.lgr")