From f0f0fc05cf8278e1c59fb5373fa853da01e37d1f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 26 Jul 2016 14:35:19 +0200 Subject: [PATCH] Re-generate the Makefiles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31350ab..91f0428 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ distclean: dist: $(RM) -r -- $(OBJDIR)$(PACKAGE)-$(VERSION) $(LN) -s -- "$$PWD" $(OBJDIR)$(PACKAGE)-$(VERSION) - @cd $(OBJDIR). && $(TAR) -czvf $(OBJDIR)$(PACKAGE)-$(VERSION).tar.gz -- \ + @cd $(OBJDIR). && $(TAR) -czvf $(PACKAGE)-$(VERSION).tar.gz -- \ $(PACKAGE)-$(VERSION)/doc/Makefile \ $(PACKAGE)-$(VERSION)/doc/configure.css.xml \ $(PACKAGE)-$(VERSION)/doc/configure.xml \