diff --git a/Makefile b/Makefile index faa286c..c4ab077 100644 --- a/Makefile +++ b/Makefile @@ -70,13 +70,13 @@ website.tar.gz: build index.html sed 's/DOMAIN/$(DOMAIN)/' index.html.tmpl > index.html tar \ --exclude-vcs \ - --exclude-vcs-ignores \ --format=gnu \ --mtime='1970-01-01 00:00Z' \ --owner=0 --group=0 --numeric-owner \ --sort=name \ -czf \ website.tar.gz \ - untitled/www/lbwww/site/ \ + untitled/www/ \ index.html \ - --transform="s#untitled/www/lbwww/site/#libreboot/#" \ + --transform="s#untitled/www/lbwww/site/#libreboot/#" \ + --transform="s#untitled/www/lbwww-img/www/#libreboot/img/#" diff --git a/build.sh b/build.sh index 6437022..985380a 100755 --- a/build.sh +++ b/build.sh @@ -32,6 +32,13 @@ else git -C lbwww pull --rebase fi +if [ ! -d lbwww-img ] ; then + git clone https://git.sr.ht/~gnutoo/lbwww-img +else + git -C lbwww-img clean -dfx + git -C lbwww-img pull --rebase +fi + cd ../ ./build sites lbwww