Re-generated the Makefiles

This commit is contained in:
Pierre Pronchery 2014-10-31 01:18:57 +01:00
parent a8f9adc800
commit 24f3d2c09e

View File

@ -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 \