From 170d0b123f2133c3a17ee4e53f5c3e1b9c905a7c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 16 Dec 2009 03:02:51 +0100 Subject: notfound.html --> rekonqinfo.html cleanups --- src/data/CMakeLists.txt | 2 +- src/data/notfound.html | 63 ------------------------------------------------ src/data/rekonqinfo.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 src/data/notfound.html create mode 100644 src/data/rekonqinfo.html (limited to 'src/data') 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 ) diff --git a/src/data/notfound.html b/src/data/notfound.html deleted file mode 100644 index e347f53a..00000000 --- a/src/data/notfound.html +++ /dev/null @@ -1,63 +0,0 @@ - - - -%1 - - - - - - -
%3
- - - diff --git a/src/data/rekonqinfo.html b/src/data/rekonqinfo.html new file mode 100644 index 00000000..e347f53a --- /dev/null +++ b/src/data/rekonqinfo.html @@ -0,0 +1,63 @@ + + + +%1 + + + + + + +
%3
+ + + -- cgit v1.2.1