aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
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