From 54597144143749637ae6d086d48d57a89bdaa733 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 11 Mar 1999 13:43:21 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to accommodate a server-side copy/move. svn path=/trunk/kdegraphics/kdvi/; revision=17917 --- doc/Makefile.am | 10 ++++++++-- doc/en/Makefile.am | 9 --------- doc/fi/Makefile.am | 10 ---------- doc/fi/index.html | 11 ----------- doc/{en => }/index.html | 0 5 files changed, 8 insertions(+), 32 deletions(-) delete mode 100644 doc/en/Makefile.am delete mode 100644 doc/fi/Makefile.am delete mode 100644 doc/fi/index.html rename doc/{en => }/index.html (100%) diff --git a/doc/Makefile.am b/doc/Makefile.am index 40bf58527..e986cea7d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,9 @@ -# add here all the languages, you have docu for -SUBDIRS = en fi +# add here all files +data_DATA = index.html + +# this is the directory, where all datas are installed +# you have given the datas in data_DATA +datadir = $(kde_htmldir)/en/kdvi + +EXTRA_DIST = $(data_DATA) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index e986cea7d..000000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ - -# add here all files -data_DATA = index.html - -# this is the directory, where all datas are installed -# you have given the datas in data_DATA -datadir = $(kde_htmldir)/en/kdvi - -EXTRA_DIST = $(data_DATA) diff --git a/doc/fi/Makefile.am b/doc/fi/Makefile.am deleted file mode 100644 index ab572d802..000000000 --- a/doc/fi/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ - -# add here all files -data_DATA = index.html - -# this is the directory, where all datas are installed -# you have given the datas in data_DATA -datadir = $(kde_htmldir)/fi/kdvi - -EXTRA_DIST = $(data_DATA) - diff --git a/doc/fi/index.html b/doc/fi/index.html deleted file mode 100644 index 12875e40d..000000000 --- a/doc/fi/index.html +++ /dev/null @@ -1,11 +0,0 @@ - -Kdvi Käyttöohje - -

Kdvi - TeX DVI Tiedostojen katseluohjelma

- - -Kdvi on ohjeistettu tällä hetkellä -englannin kielellä. - - - diff --git a/doc/en/index.html b/doc/index.html similarity index 100% rename from doc/en/index.html rename to doc/index.html