diff options
Diffstat (limited to 'doc/xsldbg')
-rw-r--r-- | doc/xsldbg/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/xsldbg/CMakeLists.txt b/doc/xsldbg/CMakeLists.txt new file mode 100644 index 00000000..812e1a36 --- /dev/null +++ b/doc/xsldbg/CMakeLists.txt @@ -0,0 +1,6 @@ +tde_create_handbook( DESTINATION xsldbg ) + +install( + FILES xsldbghelp.xml xsldbghelp.xsl + DESTINATION ${HTML_INSTALL_DIR}/en/xsldbg +) |