mirror of
https://gitlab.com/EternalWanderer/sheet-parser.git
synced 2025-07-02 01:36:36 +02:00
Example file
This commit is contained in:
parent
ca7c587aaa
commit
6f6abcf331
4 changed files with 5 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ clean:
|
|||
|
||||
dist: clean
|
||||
mkdir -p sheet-parser-$(VERSION)
|
||||
cp -R $(ZSH_COMPLETION_OUTPUT) LICENSE Makefile README.md sheet-parser.1 $(SRC) sheet-parser-$(VERSION)
|
||||
cp -R example.json $(ZSH_COMPLETION_OUTPUT) LICENSE Makefile README.md sheet-parser.1 $(SRC) sheet-parser-$(VERSION)
|
||||
tar -cf sheet-parser-$(VERSION).tar sheet-parser-$(VERSION)
|
||||
gzip sheet-parser-$(VERSION).tar
|
||||
rm -rf sheet-parser-$(VERSION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue