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 /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 'man/CMakeLists.txt')
-rw-r--r-- | man/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt deleted file mode 100644 index 8512250..0000000 --- a/man/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -INSTALL( - FILES ${PROJECT_NAME}.1 - DESTINATION ${MAN_INSTALL_DIR}/man1 - COMPONENT doc -) |