diff options
-rw-r--r-- | Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,9 +1,7 @@ HTML := index.html journal.html about.html -CSS := style.css +CSS := style.css isso.css RESOURCES := glider.png -PARTIALS := $(addprefix partials/, meta.html nav.html footer.html) - FILES := $(HTML) $(CSS) sitemap.xml pgp-key.txt \ $(addprefix resources/, $(RESOURCES)) @@ -24,10 +22,6 @@ build/journal.html: $(shell find src/journal) @./scripts/bupa journal.html @echo Built journal -build/%.html: src/%.html $(PARTIALS) - @./scripts/awink $< $@ - @echo Compiled $< → $@ - build/%.css: src/%.css @install -Dm644 $< $@ @echo Copied $< → $@ @@ -43,5 +37,3 @@ build/sitemap.xml: src/sitemap.xml build/pgp-key.txt: src/pgp-key.txt @install -Dm644 $< $@ @echo Copied $< → $@ - -partials/%: |