diff options
author | Slávek Banko <[email protected]> | 2020-04-05 15:43:04 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-05 15:43:04 +0200 |
commit | 9cc21b83f7b637450c4fc40d033ccad7896b07f1 (patch) | |
tree | e26d4495c1e3190d69c813a10c50d5ec4482e472 /doc/man/CMakeLists.txt | |
parent | ba90128b44d83d54e230b614997e8927d7d255e6 (diff) | |
download | kbibtex-9cc21b83f7b637450c4fc40d033ccad7896b07f1.tar.gz kbibtex-9cc21b83f7b637450c4fc40d033ccad7896b07f1.zip |
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 0000000..8512250 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ${PROJECT_NAME}.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) |