From 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 Mon Sep 17 00:00:00 2001
From: Darrell Anderson
Date: Sun, 2 Mar 2014 20:05:33 +0100
Subject: Finish renaming tdevelop components
---
parts/documentation/data/CMakeLists.txt | 4 ++--
parts/documentation/data/Makefile.am | 4 ++--
parts/documentation/data/nomatch.html | 4 ++--
parts/documentation/data/syntax.html | 4 ++--
parts/documentation/data/wrapper.html | 6 +++---
5 files changed, 11 insertions(+), 11 deletions(-)
(limited to 'parts/documentation/data')
diff --git a/parts/documentation/data/CMakeLists.txt b/parts/documentation/data/CMakeLists.txt
index 77d380d4..5bb6d766 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}/kdevdocumentation/en )
+ DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/en )
install( FILES
checked.xpm htdig.png star.png star_blank.png unchecked.xpm
- DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/pics )
+ DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/pics )
diff --git a/parts/documentation/data/Makefile.am b/parts/documentation/data/Makefile.am
index 920c492a..ae52bf11 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)/kdevdocumentation/en
-picsdir = $(kde_datadir)/kdevdocumentation/pics
+htmldir = $(kde_datadir)/tdevdocumentation/en
+picsdir = $(kde_datadir)/tdevdocumentation/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 8951a604..5cbd5c49 100644
--- a/parts/documentation/data/nomatch.html
+++ b/parts/documentation/data/nomatch.html
@@ -1,6 +1,6 @@
No match for '$&(LOGICAL_WORDS)'
-
+
Search results
No matches were found for '$&(LOGICAL_WORDS)'
@@ -17,5 +17,5 @@ word with "All," try using one or more of the same words
with "Any."
-ht://Dig $(VERSION)
+ht://Dig $(VERSION)
diff --git a/parts/documentation/data/syntax.html b/parts/documentation/data/syntax.html
index 9701c37f..21a2ab2a 100644
--- a/parts/documentation/data/syntax.html
+++ b/parts/documentation/data/syntax.html
@@ -1,6 +1,6 @@
Error in Boolean search for '$&(WORDS)'
-
+
Error in Boolean search for '$&(LOGICAL_WORDS)'
Boolean expressions need to be 'correct' in order for the search
@@ -14,6 +14,6 @@ $(SYNTAXERROR)
-ht://Dig $(VERSION)
+ht://Dig $(VERSION)
diff --git a/parts/documentation/data/wrapper.html b/parts/documentation/data/wrapper.html
index 20c1bbf2..187ffd61 100644
--- a/parts/documentation/data/wrapper.html
+++ b/parts/documentation/data/wrapper.html
@@ -1,10 +1,10 @@
Search results for '$&(WORDS)'
-
+
Search results for '$&(LOGICAL_WORDS)'
-More 's indicate a better match.
+More 's indicate a better match.
$(HTSEARCH_RESULTS)
@@ -12,5 +12,5 @@ $(PAGEHEADER)
$(PREVPAGE) $(PAGELIST) $(NEXTPAGE)
-ht://Dig $(VERSION)
+ht://Dig $(VERSION)
--
cgit v1.2.1