summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rescue/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue/Makefile b/rescue/Makefile
index ce7db09a6..a93fa963f 100644
--- a/rescue/Makefile
+++ b/rescue/Makefile
@@ -25,6 +25,8 @@ dist-svn:
dist-git:
@cd ..; git archive --prefix=$(PRODUCT)-$(VERSION)/ HEAD rescue tools/install-xml-file-list Makefile.config | xz >$(PRODUCT)-$(VERSION).tar.xz;
+dist: tar
+
tar:
rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION)
@if [ -e "../.svn" ]; then \