summaryrefslogtreecommitdiffstats
path: root/kdoctools/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-02-21 18:21:42 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-02-21 18:21:42 -0600
commitd76a897f8927de50d912b6059297303442a984aa (patch)
tree3561646cf927f7370d9e8e6a3a6b559e80e26bcd /kdoctools/CMakeLists.txt
parentcce6e81f38f0d6eb0a45fe5e5bf1d5a44b184e2a (diff)
downloadtdelibs-d76a897f8927de50d912b6059297303442a984aa.tar.gz
tdelibs-d76a897f8927de50d912b6059297303442a984aa.zip
Ensure DocBook templates are part of the final tdelibs package.
This resolves bug report 829.
Diffstat (limited to 'kdoctools/CMakeLists.txt')
-rw-r--r--kdoctools/CMakeLists.txt2
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 ##############################