diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 01:19:51 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 01:19:51 +0100 |
commit | 08d4252602a3f18f7faa28aad11786cbba94b199 (patch) | |
tree | 48cc5445d28e2c8b227929756e8e2191c9598e50 /data/CMakeLists.txt | |
parent | updated TODO, fixed History menu shortcut, updated Message.sh (diff) | |
download | rekonq-08d4252602a3f18f7faa28aad11786cbba94b199.tar.xz |
keep house in order..
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r-- | data/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 4a17e30d..6652b921 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -12,3 +12,8 @@ INSTALL( FILES rekonq.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) + +INSTALL( FILES + notfound.html + DESTINATION ${DATA_INSTALL_DIR}/rekonq/htmls +) |