aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-06 13:51:13 -0300
committerEuAndreh <eu@euandre.org>2025-01-06 13:51:13 -0300
commit062e61f1ecc160a1256fcaab7cb4db12288a84d2 (patch)
treec80ced14149a8d5e94c6e20ecce03438f0b279aa /Makefile
parentm (diff)
downloadgistatic-062e61f1ecc160a1256fcaab7cb4db12288a84d2.tar.gz
gistatic-062e61f1ecc160a1256fcaab7cb4db12288a84d2.tar.xz
m
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 3482494..becf326 100644
--- a/Makefile
+++ b/Makefile
@@ -13,12 +13,12 @@ CONTRIBLANGS =
.SUFFIXES: .in
.in:
- sed \
+ @sed \
-e 's:@VERSION@:$(VERSION):g' \
-e 's:@DATE@:$(DATE):g' \
-e 's:@NAME@:$(NAME):g' \
< $< > $@
- if [ -x $< ]; then chmod +x $@; fi
+ @if [ -x $< ]; then chmod +x $@; fi
manpages.en.in = \
@@ -40,16 +40,16 @@ tests/resources/repositories/repo-2/.git:
shellcheck:
- shellcheck src/gistatic.in
+ @shellcheck src/gistatic.in
emit-index: src/gistatic
- rm -rf tmp/index/
- ./src/gistatic -i -o tmp/index/ ~/dev/published/git-permalink/ ../capim/ ../libedn/ ../listatic/ ../lisp-cli/
- ln -rfs tmp/git-permalink tmp/index/git-permalink
+ @rm -rf tmp/index/
+ @./src/gistatic -i -o tmp/index/ ~/dev/published/git-permalink/ ../capim/ ../libedn/ ../listatic/ ../lisp-cli/
+ @ln -rfs tmp/git-permalink tmp/index/git-permalink
emit-repo: src/gistatic
- rm -rf tmp/git-permalink/
- time ./src/gistatic -o tmp/git-permalink/ -u FIXME-url-1 ~/dev/published/git-permalink/
+ @rm -rf tmp/git-permalink/
+ @time ./src/gistatic -o tmp/git-permalink/ -u FIXME-url-1 ~/dev/published/git-permalink/
run: shellcheck emit-index emit-repo