diff options
Diffstat (limited to 'it')
-rw-r--r-- | it/CMakeLists.txt | 1 | ||||
-rw-r--r-- | it/doc/CMakeLists.txt | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/it/CMakeLists.txt b/it/CMakeLists.txt new file mode 100644 index 0000000..ba78952 --- /dev/null +++ b/it/CMakeLists.txt @@ -0,0 +1 @@ +tde_conditional_add_subdirectory( BUILD_DOC doc ) diff --git a/it/doc/CMakeLists.txt b/it/doc/CMakeLists.txt new file mode 100644 index 0000000..b8635d7 --- /dev/null +++ b/it/doc/CMakeLists.txt @@ -0,0 +1,4 @@ +tde_create_handbook( + DESTINATION gwenview + LANG it +) |