aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 8b69a2b..d089ca9 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ DISTTARGETS = \
dist: version_check $(DISTDIR) $(DISTTARGETS)
version_check:
- @[ -n "$(VERSION)" ] || ( echo "\nTry 'make VERSION=yyyy.mm'\n\n"; exit 1)
+ @[ -n "$(VERSION)" ] || ( echo "\nTry 'make release VERSION=yyyy.mm'\n\n"; exit 1)
always:
@@ -101,11 +101,7 @@ star-patches:
$(DISTDIR)/MANIFEST:
touch $(DISTDIR)/MANIFEST
- find $(DISTDIR) -name '.*' -prune -o -type f -print | sed -e 's|^[^/]*/||' >$(DISTDIR)/MANIFEST
- ## add the two dot-files from Parrot MANIFEST
- echo "$(PARROT)/.gitignore" >>$(DISTDIR)/MANIFEST
- echo "$(PARROT)/tools/dev/.gdbinit" >>$(DISTDIR)/MANIFEST
- sort -o $(DISTDIR)/MANIFEST $(DISTDIR)/MANIFEST
+ find $(DISTDIR) -name '.git' -prune -o -type f -print | sed -e 's|^[^/]*/||' | sort >$(DISTDIR)/MANIFEST
release: dist tarball