From 24f3d2c09ec162f6009c1acd79b0375cc151fe25 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 31 Oct 2014 01:18:57 +0100 Subject: [PATCH] Re-generated the Makefiles --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 06aeb9b..c341c75 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ INSTALL = install RM = rm -f RM = rm -f LN = ln -f -TAR = tar -czvf +TAR = tar all: subdirs @@ -25,7 +25,7 @@ distclean: dist: $(RM) -r -- $(PACKAGE)-$(VERSION) $(LN) -s -- . $(PACKAGE)-$(VERSION) - @$(TAR) $(PACKAGE)-$(VERSION).tar.gz -- \ + @$(TAR) -czvf $(PACKAGE)-$(VERSION).tar.gz -- \ $(PACKAGE)-$(VERSION)/doc/Makefile \ $(PACKAGE)-$(VERSION)/doc/docbook.sh \ $(PACKAGE)-$(VERSION)/doc/configure.css.xml \