Index: makefile ================================================================== --- makefile +++ makefile @@ -21,11 +21,11 @@ $(build)/cortav.html: cortav.ct $(build)/$(executable) | $(build)/ $(build)/$(executable) $< -o $@ -m render:format html -y html:fossil-uv .PHONY: syncdoc syncdoc: $(build)/cortav.html - fossil uv add $< + fossil uv add $< --as cortav.html fossil uv sync .PHONY: clean clean: rm -f $(build)/cortav $(build)/cortav.html $(build)/velartrill-cortav-view.desktop $(build)/cortav-view.sh