diff options
Diffstat (limited to 'doc/en/howto/unicode/CMakeLists.txt')
| -rw-r--r-- | doc/en/howto/unicode/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/howto/unicode/CMakeLists.txt b/doc/en/howto/unicode/CMakeLists.txt new file mode 100644 index 0000000..f6c9bce --- /dev/null +++ b/doc/en/howto/unicode/CMakeLists.txt @@ -0,0 +1,7 @@ + +file( GLOB howto_text *.docbook ) + +install( + FILES ${howto_text} + DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}/howto +) |
