diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-20 21:55:29 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-20 21:55:29 -0500 |
commit | 930640c5a47de804c1d8c603ccf27cd193b24223 (patch) | |
tree | 0a628d902ffb84e1edb181bc466ada2eaec30a67 /doc/pt/CMakeLists.txt | |
parent | 84d47eac22390f6332da16a779a309f6ee780bbf (diff) | |
download | konversation-930640c5a47de804c1d8c603ccf27cd193b24223.tar.gz konversation-930640c5a47de804c1d8c603ccf27cd193b24223.zip |
Initial cmake conversion in support of bug report 1365.
The conversion is incomplete.
Diffstat (limited to 'doc/pt/CMakeLists.txt')
-rw-r--r-- | doc/pt/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/pt/CMakeLists.txt b/doc/pt/CMakeLists.txt new file mode 100644 index 0000000..e0dac75 --- /dev/null +++ b/doc/pt/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +tde_create_handbook( + DESTINATION konversation + LANG pt +) + |