diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-21 18:21:42 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-21 18:21:42 -0600 |
commit | d76a897f8927de50d912b6059297303442a984aa (patch) | |
tree | 3561646cf927f7370d9e8e6a3a6b559e80e26bcd | |
parent | cce6e81f38f0d6eb0a45fe5e5bf1d5a44b184e2a (diff) | |
download | tdelibs-d76a897f8927de50d912b6059297303442a984aa.tar.gz tdelibs-d76a897f8927de50d912b6059297303442a984aa.zip |
Ensure DocBook templates are part of the final tdelibs package.
This resolves bug report 829.
-rw-r--r-- | kdoctools/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdoctools/CMakeLists.txt b/kdoctools/CMakeLists.txt index 81ae33be0..7db2f426c 100644 --- a/kdoctools/CMakeLists.txt +++ b/kdoctools/CMakeLists.txt @@ -47,7 +47,7 @@ install( FILES help.protocol ghelp.protocol DESTINATION ${SERVICES_INSTALL_DIR} # done ;\ # done ) install( DIRECTORY customization docbook DESTINATION ${DATA_INSTALL_DIR}/ksgmltools2 PATTERN ".svn" EXCLUDE ) - +install( FILES man-template.docbook template.docbook DESTINATION ${DATA_INSTALL_DIR}/ksgmltools2 ) ##### kbzipfilter_dummy ############################## |