[Xfce4-commits] <xfce4-cpugraph-plugin:master> use AUTOMAKE_OPTIONS to set dist-bzip2 target
Landry Breuil
noreply at xfce.org
Mon Jul 2 17:14:03 CEST 2012
Updating branch refs/heads/master
to da421d085e420de9840bd4331c91069f9998be24 (commit)
from 50f47c7d5797cbd81dc68fd41a1bd328db2e5255 (commit)
commit da421d085e420de9840bd4331c91069f9998be24
Author: Landry Breuil <landry at xfce.org>
Date: Mon Jul 2 16:00:09 2012 +0200
use AUTOMAKE_OPTIONS to set dist-bzip2 target
Makefile.am | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a8be6ce..39f0a85 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,11 +5,7 @@ SUBDIRS = panel-plugin po icons
distclean-local:
rm -rf *.cache *~
-dist-bz2: dist
- zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
-
-distcheck-bz2: distcheck
- zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
+AUTOMAKE_OPTIONS = 1.8 dist-bzip2
.PHONY: ChangeLog
More information about the Xfce4-commits
mailing list