Skip to content
Snippets Groups Projects
Commit 4642405a authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Simpler archiving production.

parent f712d158
Branches
No related tags found
No related merge requests found
...@@ -27,16 +27,13 @@ pylint: ...@@ -27,16 +27,13 @@ pylint:
@pylint --output-format=parseable $(PYLINTOPTS) irker @pylint --output-format=parseable $(PYLINTOPTS) irker
SOURCES = README COPYING NEWS irker Makefile irker.xml irker-logo.jpg SOURCES = README COPYING NEWS irker Makefile irker.xml irker-logo.png
version: version:
@echo $(VERS) @echo $(VERS)
irker-$(VERS).tar.gz: $(SOURCES) irker.1 irker-$(VERS).tar.gz: $(SOURCES) irker.1
@ls $(SOURCES) irker.1 | sed s:^:irker-$(VERS)/: >MANIFEST tar --transform='s:^:irker-$(VERS)/:' --show-transformed-names -cvzf irker-$(VERS).tar.gz $(SOURCES)
@(cd ..; ln -s irker irker-$(VERS))
(cd ..; tar -czf irker/irker-$(VERS).tar.gz `cat irker/MANIFEST`)
@(cd ..; rm irker-$(VERS))
dist: irker-$(VERS).tar.gz dist: irker-$(VERS).tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment