diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | doc/cs/Makefile.am | 2 | ||||
-rw-r--r-- | doc/de/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/fi/Makefile.am | 2 | ||||
-rw-r--r-- | doc/hu/Makefile.am | 2 | ||||
-rw-r--r-- | doc/nb/Makefile.am | 2 | ||||
-rw-r--r-- | doc/online/Makefile | 8 | ||||
-rwxr-xr-x | doc/online/replace | 2 |
9 files changed, 0 insertions, 28 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 40baf08..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -# the SUBDIRS is filled automatically by am_edit. If files are -# in this directory they are installed into the english dir - -KDE_LANG = en -KDE_DOCS = AUTO -SUBDIRS = $(AUTODIRS) diff --git a/doc/cs/Makefile.am b/doc/cs/Makefile.am deleted file mode 100644 index d84e212..0000000 --- a/doc/cs/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = tdepowersave -KDE_LANG = cs diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am deleted file mode 100644 index df4330f..0000000 --- a/doc/de/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = tdepowersave -KDE_LANG = de diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 3a62a55..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = tdepowersave -KDE_LANG = en diff --git a/doc/fi/Makefile.am b/doc/fi/Makefile.am deleted file mode 100644 index ae1fef4..0000000 --- a/doc/fi/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = tdepowersave -KDE_LANG = fi diff --git a/doc/hu/Makefile.am b/doc/hu/Makefile.am deleted file mode 100644 index 1868e28..0000000 --- a/doc/hu/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = tdepowersave -KDE_LANG = hu diff --git a/doc/nb/Makefile.am b/doc/nb/Makefile.am deleted file mode 100644 index a5b5f87..0000000 --- a/doc/nb/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = tdepowersave -KDE_LANG = nb diff --git a/doc/online/Makefile b/doc/online/Makefile deleted file mode 100644 index e51b7a2..0000000 --- a/doc/online/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -all: - meinproc --stylesheet /opt/trinity/share/apps/ksgmltools2/customization/tde-web.xsl ../en/index.docbook - ./replace - rm *.bak - cp ../en/*.png . - -clean: - rm *.png *.html diff --git a/doc/online/replace b/doc/online/replace deleted file mode 100755 index 9b99c81..0000000 --- a/doc/online/replace +++ /dev/null @@ -1,2 +0,0 @@ -von='..\/common\/kde_logo.png' nach='kde_logo.png'; filetype='*.html'; OLDIFS=$IFS; IFS=' -' ; files=`find . -name "$filetype"`; for f in $files;do cp $f $f.bak; g="$f.mettytmp"; echo "Searching in $f ..."; cat "$f" | sed "s/$von/$nach/" > "$g" && mv "$g" "$f"; rm -f *.mettytmp; done; IFS=$OLDIFS; |