mirror of
https://gitlab.com/EternalWanderer/sheet-parser.git
synced 2025-07-02 17:56:36 +02:00
Cleaned up build pipeline
This commit is contained in:
parent
bbd5f100cd
commit
22c52b3019
2 changed files with 5 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -14,14 +14,14 @@ sheet-parser:
|
|||
clean:
|
||||
rm -f sheet-parser sheet-parser-$(VERSION).tar.gz $(MANPAGE)
|
||||
|
||||
dist: clean $(MANPAGE)
|
||||
dist: clean
|
||||
mkdir -p sheet-parser-$(VERSION)
|
||||
cp -R example.json $(ZSH_COMPLETION_OUTPUT) LICENSE Makefile README.md $(MANPAGE).scd $(MANPAGE) $(SRC) sheet-parser-$(VERSION)
|
||||
cp -R example.json $(ZSH_COMPLETION_OUTPUT) LICENSE Makefile README.md $(MANPAGE).scd $(SRC) sheet-parser-$(VERSION)
|
||||
tar -cf sheet-parser-$(VERSION).tar sheet-parser-$(VERSION)
|
||||
gzip sheet-parser-$(VERSION).tar
|
||||
rm -rf sheet-parser-$(VERSION)
|
||||
|
||||
install: all
|
||||
install: all $(MANPAGE)
|
||||
install -dm 0755 $(DESTDIR)$(PREFIX)/bin
|
||||
install -m 0755 sheet-parser $(DESTDIR)$(PREFIX)/bin
|
||||
install -dm 0755 $(DESTDIR)$(MANPREFIX)/man1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue