From: marcus Date: Wed, 14 Aug 2002 06:42:23 +0000 (+0000) Subject: - fixed two Makefile.am (docs) X-Git-Tag: RA-1_0~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2FToutDoux.git;a=commitdiff_plain;h=785e0e5adfab41d07b943a5cc2c1d3a667ab3be3 - fixed two Makefile.am (docs) Changed files: ToutDoux-am16.patch -> 1.2 --- diff --git a/ToutDoux-am16.patch b/ToutDoux-am16.patch index 8f664a6..a51132b 100644 --- a/ToutDoux-am16.patch +++ b/ToutDoux-am16.patch @@ -25,3 +25,27 @@ - - +# communication_db +diff -uNr ToutDoux-1.2.6.orig/doc/en/Makefile.am ToutDoux-1.2.6/doc/en/Makefile.am +--- ToutDoux-1.2.6.orig/doc/en/Makefile.am Sat Mar 10 16:36:04 2001 ++++ ToutDoux-1.2.6/doc/en/Makefile.am Wed Aug 14 08:39:36 2002 +@@ -76,7 +76,7 @@ + if test $(HAVE_LANG_EN) = yes; \ + then \ + $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \ +- for file in toutdoux/*.html toutdoux/*.css; do \ ++ for file in toutdoux/* ; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR)/$$basefile; \ + done; \ +diff -uNr ToutDoux-1.2.6.orig/doc/fr/Makefile.am ToutDoux-1.2.6/doc/fr/Makefile.am +--- ToutDoux-1.2.6.orig/doc/fr/Makefile.am Sat Mar 10 16:35:06 2001 ++++ ToutDoux-1.2.6/doc/fr/Makefile.am Wed Aug 14 08:41:19 2002 +@@ -97,7 +97,7 @@ + if test $(HAVE_LANG_FR) = yes; \ + then \ + $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \ +- for file in toutdoux/*.html toutdoux/*.css; do \ ++ for file in toutdoux/* ; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR)/$$basefile; \ + done; \