Differences From
Artifact [af39b8375f]:
19 19 chmod +x $@
20 20
21 21 $(build)/cortav.html: cortav.ct $(build)/$(executable) | $(build)/
22 22 $(build)/$(executable) $< -o $@ -m render:format html -y html:fossil-uv
23 23
24 24 .PHONY: syncdoc
25 25 syncdoc: $(build)/cortav.html
26 - fossil uv add $<
26 + fossil uv add $< --as cortav.html
27 27 fossil uv sync
28 28
29 29 .PHONY: clean
30 30 clean:
31 31 rm -f $(build)/cortav $(build)/cortav.html $(build)/velartrill-cortav-view.desktop $(build)/cortav-view.sh
32 32
33 33 $(build)/%.sh: desk/%.sh