aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-16 23:02:37 +0000
committerFritz Elfert <felfert@to.com>2002-07-16 23:02:37 +0000
commit01b8f1000089ca02330dcb8a60da82477cbbdb21 (patch)
treeacf49cfd55837e01909228b5b6d5d1004f74cc68 /conf
parentb7e466900330bbe60f89e4a8ae4842d7368c2e1f (diff)
downloadplptools-01b8f1000089ca02330dcb8a60da82477cbbdb21.tar.gz
plptools-01b8f1000089ca02330dcb8a60da82477cbbdb21.tar.bz2
plptools-01b8f1000089ca02330dcb8a60da82477cbbdb21.zip
- Tweaks for gettext 0.11
Diffstat (limited to 'conf')
-rw-r--r--conf/intlclean13
1 files changed, 12 insertions, 1 deletions
diff --git a/conf/intlclean b/conf/intlclean
index fe6eb0a..f5a7846 100644
--- a/conf/intlclean
+++ b/conf/intlclean
@@ -1,6 +1,17 @@
+cat<<EOF>po/Makefile
+maintainer-clean:
+ rm -f \
+ Make*.in boldquot.sed en@boldquot.header \
+ en@quot.header insert-header.sin Makevars.template \
+ quot.sed remove-potcdate.sin Rules-quot Makefile Makevars
+EOF
cat<<EOF>intl/Makefile
+maintainer-clean:
+ cd .. && rm -rf intl
+EOF
+cat<<EOF>m4/Makefile
maintainer-clean:
- rm -f *.[ch] *.in *.sed VERSION ChangeLog Makefile
+ cd .. && rm -rf m4
EOF