]> git.pld-linux.org Git - packages/ToutDoux.git/blame - ToutDoux-am16.patch
- massive attack: source-md5
[packages/ToutDoux.git] / ToutDoux-am16.patch
CommitLineData
1cb6bd83 1--- ToutDoux-1.2.6/Makefile.am~ Wed Jun 12 01:12:07 2002
2+++ ToutDoux-1.2.6/Makefile.am Wed Jun 12 01:12:07 2002
3@@ -55,7 +55,7 @@
4 doc-devel \
5 templates
6 # backends \
7-# scripts \
8+# scripts
9
10 # *****************************************************************************
11 # Installation
12--- ToutDoux-1.2.6/core-plugins/Makefile.am~ Wed Jun 12 01:13:00 2002
13+++ ToutDoux-1.2.6/core-plugins/Makefile.am Wed Jun 12 01:13:00 2002
14@@ -53,12 +53,4 @@
15
16 # dialog_editor \
17 # database_mysql \
18-# communication_db \
19-
20-
21-
22-
23-
24-
25-
26-
27+# communication_db
785e0e5a 28diff -uNr ToutDoux-1.2.6.orig/doc/en/Makefile.am ToutDoux-1.2.6/doc/en/Makefile.am
29--- ToutDoux-1.2.6.orig/doc/en/Makefile.am Sat Mar 10 16:36:04 2001
30+++ ToutDoux-1.2.6/doc/en/Makefile.am Wed Aug 14 08:39:36 2002
31@@ -76,7 +76,7 @@
32 if test $(HAVE_LANG_EN) = yes; \
33 then \
34 $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
35- for file in toutdoux/*.html toutdoux/*.css; do \
36+ for file in toutdoux/* ; do \
37 basefile=`echo $$file | sed -e 's,^.*/,,'`; \
38 $(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR)/$$basefile; \
39 done; \
40diff -uNr ToutDoux-1.2.6.orig/doc/fr/Makefile.am ToutDoux-1.2.6/doc/fr/Makefile.am
41--- ToutDoux-1.2.6.orig/doc/fr/Makefile.am Sat Mar 10 16:35:06 2001
42+++ ToutDoux-1.2.6/doc/fr/Makefile.am Wed Aug 14 08:41:19 2002
43@@ -97,7 +97,7 @@
44 if test $(HAVE_LANG_FR) = yes; \
45 then \
46 $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
47- for file in toutdoux/*.html toutdoux/*.css; do \
48+ for file in toutdoux/* ; do \
49 basefile=`echo $$file | sed -e 's,^.*/,,'`; \
50 $(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR)/$$basefile; \
51 done; \
This page took 0.073594 seconds and 4 git commands to generate.