aboutsummaryrefslogtreecommitdiffstats
path: root/conf/intlclean
diff options
context:
space:
mode:
Diffstat (limited to 'conf/intlclean')
-rw-r--r--conf/intlclean18
1 files changed, 0 insertions, 18 deletions
diff --git a/conf/intlclean b/conf/intlclean
deleted file mode 100644
index 6d08e9a..0000000
--- a/conf/intlclean
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-test -d m4 && cat<<EOF>m4/Makefile
-maintainer-clean:
- cd .. && rm -rf m4
-
-EOF
-exit 0