diff options
Diffstat (limited to 'doc/std/CMakeLists.txt')
-rw-r--r-- | doc/std/CMakeLists.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/std/CMakeLists.txt b/doc/std/CMakeLists.txt new file mode 100644 index 00000000..3c034ee5 --- /dev/null +++ b/doc/std/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2012 Slavek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( + FILES + kdev3api.toc + DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs +) |