Branch: refs/heads/document-messages
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Sun, 17 Jun 2012 21:33:08
Commit: c037f01d0d831884dcca0bb50064a60eb7c14d4c
https://github.com/geany/geany/commit/c037f01d0d831884dcca0bb50064a60eb7c14…
Log Message:
-----------
Remove obsolete redundant dist-bzip2 build system target
Automake provides dist-bzip2 since at least version 1.8, so remove our
own target. Moreover bzip2 distributions are a little obsolescent now
Xz is available and spread enough.
Modified Paths:
--------------
Makefile.am
Modified: Makefile.am
6 files changed, 0 insertions(+), 6 deletions(-)
===================================================================
@@ -100,12 +100,6 @@ dist-hook:
fi
-BZIP2_ENV =--best
-
-dist-bzip2: distdir
- BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
- -rm -rf $(distdir)
-
sign:
if test -f $(PACKAGE)-$(VERSION).tar.gz; then \
gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.gz; fi
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).