diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-16 03:02:51 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-16 03:02:51 +0100 |
commit | 170d0b123f2133c3a17ee4e53f5c3e1b9c905a7c (patch) | |
tree | 57ca9a51b753fc6c36dacd66774b91242c138fcd /src/data/CMakeLists.txt | |
parent | clean up (diff) | |
download | rekonq-170d0b123f2133c3a17ee4e53f5c3e1b9c905a7c.tar.xz |
notfound.html --> rekonqinfo.html
cleanups
Diffstat (limited to 'src/data/CMakeLists.txt')
-rw-r--r-- | src/data/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/CMakeLists.txt b/src/data/CMakeLists.txt index bf01a44d..0af92f5e 100644 --- a/src/data/CMakeLists.txt +++ b/src/data/CMakeLists.txt @@ -14,6 +14,6 @@ INSTALL( ) INSTALL( - FILES notfound.html home.html + FILES rekonqinfo.html home.html DESTINATION ${DATA_INSTALL_DIR}/rekonq/htmls ) |