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