mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +01:00
Makefile dist target collects all scores (with products) into an archive
This commit is contained in:
parent
2e430ce620
commit
8451134fc9
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -22,3 +22,7 @@ all: $(PDFOBJS)
|
||||||
# Pattern rules
|
# Pattern rules
|
||||||
%.pdf %.preview.pdf %.preview.png &: %.ly
|
%.pdf %.preview.pdf %.preview.png &: %.ly
|
||||||
$(LILY) $<
|
$(LILY) $<
|
||||||
|
|
||||||
|
.PHONY: dist
|
||||||
|
dist: $(LYSRCS) $(PDFOBJS) $(AUX)
|
||||||
|
@tar -zhvcf pipeband-music.tar.gz $(SRCDIRS) $(AUX)
|
||||||
|
|
Loading…
Reference in a new issue