From a80ab468f7a3a4130ee62f9537e9f0b0de0c2e1e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 15 Oct 2014 18:46:50 +0100 Subject: Makefile: add isso.css, vanquish old remains --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9deb502..db0853c 100644 --- a/Makefile +++ b/Makefile @@ -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/%: -- cgit v1.2.3-54-g00ecf