aboutsummaryrefslogtreecommitdiffstats
path: root/conf/intlclean
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-08 01:06:11 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-08 01:06:11 +0000
commit17eecf8b0a97e1155a99d1b58700544db5a6d7dd (patch)
tree895c8bd14c16a12337251fdcf79b749f68cc2307 /conf/intlclean
parentcfd86008ee849e9fc239ccc6d1b68a0465236048 (diff)
downloadplptools-17eecf8b0a97e1155a99d1b58700544db5a6d7dd.tar.gz
plptools-17eecf8b0a97e1155a99d1b58700544db5a6d7dd.tar.bz2
plptools-17eecf8b0a97e1155a99d1b58700544db5a6d7dd.zip
Remove cvs2cl up to top level, remove unnecessary cleanup rules and
intlclean script. No more conf directory.
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