Makefile dist target collects all scores (with products) into an archive

This commit is contained in:
Eric Teunis de Boone 2023-03-05 08:35:29 +01:00
parent 2e430ce620
commit 8451134fc9
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ all: $(PDFOBJS)
# Pattern rules
%.pdf %.preview.pdf %.preview.png &: %.ly
$(LILY) $<
.PHONY: dist
dist: $(LYSRCS) $(PDFOBJS) $(AUX)
@tar -zhvcf pipeband-music.tar.gz $(SRCDIRS) $(AUX)