diff options
Diffstat (limited to 'parts/documentation/data')
-rw-r--r-- | parts/documentation/data/CMakeLists.txt | 4 | ||||
-rw-r--r-- | parts/documentation/data/Makefile.am | 4 | ||||
-rw-r--r-- | parts/documentation/data/nomatch.html | 4 | ||||
-rw-r--r-- | parts/documentation/data/syntax.html | 4 | ||||
-rw-r--r-- | parts/documentation/data/wrapper.html | 6 |
5 files changed, 11 insertions, 11 deletions
diff --git a/parts/documentation/data/CMakeLists.txt b/parts/documentation/data/CMakeLists.txt index 5bb6d766..77d380d4 100644 --- a/parts/documentation/data/CMakeLists.txt +++ b/parts/documentation/data/CMakeLists.txt @@ -11,8 +11,8 @@ install( FILES long.html nomatch.html short.html syntax.html wrapper.html - DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/en ) + DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/en ) install( FILES checked.xpm htdig.png star.png star_blank.png unchecked.xpm - DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/pics ) + DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/pics ) diff --git a/parts/documentation/data/Makefile.am b/parts/documentation/data/Makefile.am index ae52bf11..920c492a 100644 --- a/parts/documentation/data/Makefile.am +++ b/parts/documentation/data/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) METASOURCES = AUTO -htmldir = $(kde_datadir)/tdevdocumentation/en -picsdir = $(kde_datadir)/tdevdocumentation/pics +htmldir = $(kde_datadir)/kdevdocumentation/en +picsdir = $(kde_datadir)/kdevdocumentation/pics html_DATA = long.html nomatch.html short.html syntax.html wrapper.html pics_DATA = checked.xpm htdig.png star.png star_blank.png unchecked.xpm diff --git a/parts/documentation/data/nomatch.html b/parts/documentation/data/nomatch.html index 5cbd5c49..8951a604 100644 --- a/parts/documentation/data/nomatch.html +++ b/parts/documentation/data/nomatch.html @@ -1,6 +1,6 @@ <html><head><title>No match for '$&(LOGICAL_WORDS)'</title></head> <body bgcolor="#ffffff" text="#000000" link="#aa0000"> -<h1><img src="$(PICDIR)tdevdocumentation/pics/htdig.png"> +<h1><img src="$(PICDIR)kdevdocumentation/pics/htdig.png"> Search results</h1> <hr noshade size="4"> <h2>No matches were found for '$&(LOGICAL_WORDS)'</h2> @@ -17,5 +17,5 @@ word with "<b>All</b>," try using one or more of the same words with "<b>Any</b>."</p> <hr noshade size="4"> <a href="http://www.htdig.org/"> -<img src="$(PICDIR)tdevdocumentation/pics/htdig.png" border="0">ht://Dig $(VERSION)</a> +<img src="$(PICDIR)kdevdocumentation/pics/htdig.png" border="0">ht://Dig $(VERSION)</a> </body></html> diff --git a/parts/documentation/data/syntax.html b/parts/documentation/data/syntax.html index 21a2ab2a..9701c37f 100644 --- a/parts/documentation/data/syntax.html +++ b/parts/documentation/data/syntax.html @@ -1,6 +1,6 @@ <html><head><title>Error in Boolean search for '$&(WORDS)'</title></head> <body bgcolor="#ffffff" text="#000000" link="#aa0000"> -<h1><img src="$(PICDIR)tdevdocumentation/pics/htdig.png"> +<h1><img src="$(PICDIR)kdevdocumentation/pics/htdig.png"> Error in Boolean search for '$&(LOGICAL_WORDS)'</h1> <hr noshade size="4"> Boolean expressions need to be 'correct' in order for the search @@ -14,6 +14,6 @@ $(SYNTAXERROR) </b></blockquote> <hr noshade size="4"> <a href="http://www.htdig.org/"> -<img src="$(PICDIR)tdevdocumentation/pics/htdig.png" border="0">ht://Dig $(VERSION)</a> +<img src="$(PICDIR)kdevdocumentation/pics/htdig.png" border="0">ht://Dig $(VERSION)</a> </body></html> diff --git a/parts/documentation/data/wrapper.html b/parts/documentation/data/wrapper.html index 187ffd61..20c1bbf2 100644 --- a/parts/documentation/data/wrapper.html +++ b/parts/documentation/data/wrapper.html @@ -1,10 +1,10 @@ <html><head><title>Search results for '$&(WORDS)'</title></head> <body bgcolor="#ffffff" text="#000000" link="#aa0000"> -<h2><img src=$(PICDIR)tdevdocumentation/pics/htdig.png> +<h2><img src=$(PICDIR)kdevdocumentation/pics/htdig.png> Search results for '$&(LOGICAL_WORDS)'</h2> <hr noshade size="4"> <b> -More <img src=$(PICDIR)tdevdocumentation/pics/star.png alt="*">'s indicate a better match. +More <img src=$(PICDIR)kdevdocumentation/pics/star.png alt="*">'s indicate a better match. </b> <hr noshade size="1"> $(HTSEARCH_RESULTS) @@ -12,5 +12,5 @@ $(PAGEHEADER) $(PREVPAGE) $(PAGELIST) $(NEXTPAGE) <hr noshade size="4"> <a href="http://www.htdig.org/"> -<img src=$(PICDIR)tdevdocumentation/pics/htdig.png border="0">ht://Dig $(VERSION)</a> +<img src=$(PICDIR)kdevdocumentation/pics/htdig.png border="0">ht://Dig $(VERSION)</a> </body></html> |