diff options
Diffstat (limited to 'muggle-plugin/Makefile')
| -rw-r--r-- | muggle-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muggle-plugin/Makefile b/muggle-plugin/Makefile index 1dd8773..7b8ba41 100644 --- a/muggle-plugin/Makefile +++ b/muggle-plugin/Makefile @@ -111,7 +111,7 @@ dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) - @tar czf $(PACKAGE).tgz -C $(TMPDIR) $(ARCHIVE) + @tar czf $(PACKAGE).tgz --exclude=.svn/* -C $(TMPDIR) $(ARCHIVE) @-rm -rf $(TMPDIR)/$(ARCHIVE) @echo Distribution package created as $(PACKAGE).tgz |
