]> git.pld-linux.org Git - packages/ToutDoux.git/commitdiff
- fixed two Makefile.am (docs)
authormarcus <marcus@pld-linux.org>
Wed, 14 Aug 2002 06:42:23 +0000 (06:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ToutDoux-am16.patch -> 1.2

ToutDoux-am16.patch

index 8f664a6287632ef0ea268c8cf983c5cd3c2053c4..a51132b5dd38d4f4341a2943b9ec200f48d70107 100644 (file)
 -
 -
 +#     communication_db
 -
 -
 +#     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; \
This page took 0.077144 seconds and 4 git commands to generate.