This commit is contained in:
2025-07-23 08:18:59 +02:00
parent 819f4bc00b
commit c283155c5a

View File

@@ -33,7 +33,7 @@ rule ttf2woff
build build/badges.txt: badges_list common.typ build build/badges.txt: badges_list common.typ
build build.ninja: regen config.py build/badges.txt build build.ninja: regen | config.py build/badges.txt res/fonts
build clean : runclean build clean : runclean
""" """
@@ -125,7 +125,7 @@ build web: phony """+ " ".join(web_targets) +"""
rule pub_cmd rule pub_cmd
command = rsync -avz build root@195.26.251.204:/srv/http/alex command = rsync -avz build root@195.26.251.204:/srv/http/alex
pool = console pool = console
build pub: pub_cmd | web build pub: pub_cmd web
default web default web
""" """