diff options
author | Reuben Thomas <rrt@sc3d.org> | 2007-12-08 01:06:11 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2007-12-08 01:06:11 +0000 |
commit | 17eecf8b0a97e1155a99d1b58700544db5a6d7dd (patch) | |
tree | 895c8bd14c16a12337251fdcf79b749f68cc2307 | |
parent | cfd86008ee849e9fc239ccc6d1b68a0465236048 (diff) | |
download | plptools-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.
-rw-r--r-- | Makefile.am.in | 16 | ||||
-rw-r--r-- | conf/.cvsignore | 8 | ||||
-rw-r--r-- | conf/intlclean | 18 | ||||
-rwxr-xr-x | cvs2cl (renamed from conf/cvs2cl) | 0 |
4 files changed, 1 insertions, 41 deletions
diff --git a/Makefile.am.in b/Makefile.am.in index 4a6422f..0519ab6 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -12,27 +12,13 @@ AUTOMAKE_OPTIONS = foreign TMPDEST= -# -# remove all intermediate files that can be recreated using -# Makefile.cvs -# -maintainer-clean-local: - rm -f configure aclocal.m4 Makefile.in libtool \ - Makefile.am configure.in \ - conf/config.guess conf/config.sub conf/install-sh conf/ltconfig \ - conf/ltmain.sh conf/missing conf/mkinstalldirs \ - etc/*.spec ABOUT-NLS - find . -name "*~" -exec rm -f {} \; - find . -name "\.\#*" -exec rm -f {} \; - sh conf/intlclean - install-data-local: test "$(initdir)" != "none" && \ install -m 755 etc/psion $(DESTDIR)$(initdir)/psion || : dist-hook: $(MAKE) TMPDEST=$(distdir)/ kdoc specfile - test -f CVS/Root && conf/cvs2cl -W 1800 -S --no-wrap --prune \ + test -f CVS/Root && cvs2cl -W 1800 -S --no-wrap --prune \ --gmt -f $(distdir)/ChangeLog || \ cp -f ChangeLog $(distdir)/ChangeLog rm -rf $(distdir)/debian/CVS diff --git a/conf/.cvsignore b/conf/.cvsignore deleted file mode 100644 index f2a407a..0000000 --- a/conf/.cvsignore +++ /dev/null @@ -1,8 +0,0 @@ -missing -mkinstalldirs -ltconfig -ltmain.sh -install-sh -config.guess -config.sub -config.rpath 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 |