diff options
author | Slávek Banko <[email protected]> | 2021-07-20 16:50:47 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-20 16:50:47 +0200 |
commit | d2ee5effeeb3d18672a68eb1046e9446e02b2b6e (patch) | |
tree | dfa8a8dc435c76487199e41ba21156f65b03675c /doc/en/CMakeLists.txt | |
parent | 683d9046a7a5fad7742a5c40d2c9d28e5613e879 (diff) | |
download | tdepacman-d2ee5effeeb3d18672a68eb1046e9446e02b2b6e.tar.gz tdepacman-d2ee5effeeb3d18672a68eb1046e9446e02b2b6e.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/en/CMakeLists.txt')
-rw-r--r-- | doc/en/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index 94201a1..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html ) - -install( - FILES ${_files} tdepacman.gif screenshot.png - DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME} -) - -tde_create_handbook( DESTINATION ${PROJECT_NAME} ) |