# Can't use GNU tar's --transform, needs to build under Alpine Linux
advent-$(VERS).tar.gz: $(SOURCES) $(DOCS) advent.6
# Can't use GNU tar's --transform, needs to build under Alpine Linux
advent-$(VERS).tar.gz: $(SOURCES) $(DOCS) advent.6
@(cd ..; ln -s advent advent-$(VERS))
(cd ..; tar -czvf advent/advent-$(VERS).tar.gz `cat advent/MANIFEST`)
@(cd ..; rm advent-$(VERS))
@(cd ..; ln -s advent advent-$(VERS))
(cd ..; tar -czvf advent/advent-$(VERS).tar.gz `cat advent/MANIFEST`)
@(cd ..; rm advent-$(VERS))