mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-18 21:11:01 +01:00
Compare commits
14 Commits
v0.0.8-cod
...
codeberg
| Author | SHA1 | Date | |
|---|---|---|---|
| a5d2f02620 | |||
| fe6bcecd5e | |||
| 2488ee9275 | |||
| 10353e930a | |||
| ed9a4e1c2a | |||
| bd5b863ecc | |||
| 789938f63d | |||
| 425a8fc435 | |||
| 8ba6428480 | |||
| bb89d92ad0 | |||
| 6f38017a82 | |||
| 450b89b120 | |||
| 7360cae414 | |||
| ba3867c4e6 |
@@ -36,6 +36,8 @@ archives:
|
|||||||
files:
|
files:
|
||||||
- src: "*.md"
|
- src: "*.md"
|
||||||
strip_parent: true
|
strip_parent: true
|
||||||
|
- src: "docs/*"
|
||||||
|
strip_parent: true
|
||||||
- src: Makefile.dist
|
- src: Makefile.dist
|
||||||
dst: Makefile
|
dst: Makefile
|
||||||
wrap_in_directory: true
|
wrap_in_directory: true
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
# -*-make-*-
|
|
||||||
|
|
||||||
.PHONY: install all
|
|
||||||
|
|
||||||
tool = epuppy
|
|
||||||
PREFIX = /usr/local
|
|
||||||
UID = root
|
|
||||||
GID = 0
|
|
||||||
|
|
||||||
all:
|
|
||||||
@echo "Type 'sudo make install' to install the tool."
|
|
||||||
@echo "To change prefix, type 'sudo make install PREFIX=/opt'"
|
|
||||||
|
|
||||||
install:
|
|
||||||
install -d -o $(UID) -g $(GID) $(PREFIX)/bin
|
|
||||||
install -d -o $(UID) -g $(GID) $(PREFIX)/share/doc
|
|
||||||
install -o $(UID) -g $(GID) -m 555 $(tool) $(PREFIX)/sbin/
|
|
||||||
install -o $(UID) -g $(GID) -m 444 *.md $(PREFIX)/share/doc/
|
|
||||||
Reference in New Issue
Block a user