diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-31 00:05:55 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-31 00:05:55 +0100 |
commit | e8b08487a54938fc711c88cba9376e03cea3f319 (patch) | |
tree | b94bd8bf6c688698a50d4439b43e727487548574 /doc/CMakeLists.txt | |
parent | Final adjs for 0.0.2 (diff) | |
download | rekonq-e8b08487a54938fc711c88cba9376e03cea3f319.tar.xz |
minor changes
added doc subdir
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 00000000..3a54287f --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,4 @@ +########### install files ############### +# + +kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR rekonq) |