aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-09-21 11:20:35 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-09-21 14:12:13 +0200
commit733e964515ac49b7c1453412f8c4fb8d9c1733ac (patch)
treea2f72c080933e51daff20c0705fe9c3c44ed2d9e
parent5ee5fa015af78a5680d909381bdfe25f328f4c39 (diff)
downloadrpmtools-733e964515ac49b7c1453412f8c4fb8d9c1733ac.tar
rpmtools-733e964515ac49b7c1453412f8c4fb8d9c1733ac.tar.gz
rpmtools-733e964515ac49b7c1453412f8c4fb8d9c1733ac.tar.bz2
rpmtools-733e964515ac49b7c1453412f8c4fb8d9c1733ac.tar.xz
rpmtools-733e964515ac49b7c1453412f8c4fb8d9c1733ac.zip
drop obsolete Changelog SVN rule
-rwxr-xr-xMakefile.PL6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 104fdcc..c6f96fc 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,15 +9,9 @@ my $rpmtools_version = "7.03";
sub MY::postamble {
<<MAKEMAKEFILE;
-.PHONY: ChangeLog
-
cleanc:
rm -rf *.cz test
-ChangeLog:
- LC_ALL=C svn2cl --accum --strip-prefix=soft/rpm/rpmtools/trunk
- rm -f *.bak
-
MAKEMAKEFILE
}