diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-26 12:02:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-26 12:02:27 -0400 |
commit | 04f7686e60f31c81e6a337198678c55638f1b959 (patch) | |
tree | 47aeaa24149aef99a3bc804f00e8597c6807bf1c | |
parent | 814ee87eaf56893d5041112e0a8fceac15d0d3b0 (diff) | |
download | pristine-tar-04f7686e60f31c81e6a337198678c55638f1b959.tar.gz pristine-tar-04f7686e60f31c81e6a337198678c55638f1b959.tar.bz2 pristine-tar-04f7686e60f31c81e6a337198678c55638f1b959.zip |
clean generated man pages from source tarballdebian/1.29
-rwxr-xr-x | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 60a5103..4c7cf15 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -74,6 +74,7 @@ extra_install: extra_clean: $(MAKE) clean -C pit/suse-bzip2 PREFIX=$(PREFIX) + rm *.1 pristine-tar.spec: debian/changelog sed "s/Version:.*/Version: $$($(PERLRUN) -e '$$_=<>;print m/\((.*?)\)/'<$<)/" \ |