aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-19 19:59:34 -0300
committerEuAndreh <eu@euandre.org>2021-08-19 19:59:34 -0300
commitddceecab381f062c0c1b1c8153ca579d09902dcf (patch)
treec84638f897f2e38bb0ea223d6b718f267e3aeff1 /aux
parent.gitignore: Add libgistatic.a and src/config.h (diff)
downloadgistatic-ddceecab381f062c0c1b1c8153ca579d09902dcf.tar.gz
gistatic-ddceecab381f062c0c1b1c8153ca579d09902dcf.tar.xz
aux/workflow/: Remove unused favicon.png, make favicon.svg a symlink
Diffstat (limited to 'aux')
-rw-r--r--aux/workflow/favicon.pngbin2372 -> 0 bytes
-rwxr-xr-xaux/workflow/public.sh4
2 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/favicon.png b/aux/workflow/favicon.png
deleted file mode 100644
index 051fdf1..0000000
--- a/aux/workflow/favicon.png
+++ /dev/null
Binary files differ
diff --git a/aux/workflow/public.sh b/aux/workflow/public.sh
index 07be9d4..38613de 100755
--- a/aux/workflow/public.sh
+++ b/aux/workflow/public.sh
@@ -50,10 +50,10 @@ for lang in $LANGS; do
< "README.$lang.md" > "$OUTDIR/$lang/index.html"
sh aux/workflow/commonmark.sh -N "$PROJECT" -t CHANGELOG -l "$lang" \
< "CHANGELOG.$lang.md" > "$OUTDIR/$lang/CHANGELOG.html"
- cp aux/workflow/favicon.svg aux/workflow/favicon.png "$OUTDIR/$lang"
+ ln -fs ../favicon.svg "$OUTDIR/$lang"
done
ln -fs en/index.html "$OUTDIR/index.html"
-cp aux/workflow/favicon.svg aux/workflow/favicon.png "$OUTDIR"
+cp aux/workflow/favicon.svg "$OUTDIR"
sh aux/ci/report.sh -n "$PROJECT" -o "$OUTDIR"