cortav  Check-in [36024a43c5]

Overview
Comment:fix bugged makefile
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 36024a43c5617775546fedba949108fc0d25f4e7fd26314958c5a2b15532e680
User & Date: lexi on 2021-12-22 10:23:23
Other Links: manifest | tags
Context
2021-12-26
04:08
all kindsa shit check-in: 52b9bce7dd user: lexi tags: trunk
2021-12-22
10:23
fix bugged makefile check-in: 36024a43c5 user: lexi tags: trunk
10:20
aaaagh remove debugging code check-in: 5898f6833b user: lexi tags: trunk
Changes

Modified makefile from [af39b8375f] to [42776f3212].

    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