Added markdown source to archive

This commit is contained in:
Nox Sluijtman 2022-08-23 20:59:09 +02:00
parent c740bdf525
commit 359b60fe3f
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ clean:
dist: clean $(MANPAGE)
mkdir -p sheet-parser-$(VERSION)
cp -R example.json $(ZSH_COMPLETION_OUTPUT) LICENSE Makefile README.md $(MANPAGE) $(SRC) sheet-parser-$(VERSION)
cp -R example.json $(ZSH_COMPLETION_OUTPUT) LICENSE Makefile README.md $(MANPAGE).scd $(MANPAGE) $(SRC) sheet-parser-$(VERSION)
tar -cf sheet-parser-$(VERSION).tar sheet-parser-$(VERSION)
gzip sheet-parser-$(VERSION).tar
rm -rf sheet-parser-$(VERSION)