diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 18:46:50 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 18:46:50 +0100 |
commit | a80ab468f7a3a4130ee62f9537e9f0b0de0c2e1e (patch) | |
tree | 175d11450ba65da2839690fd6b921f8fa2103973 /Makefile | |
parent | 913f02eb72ce92f3996e28b6b294c5647bd26769 (diff) | |
download | website-a80ab468f7a3a4130ee62f9537e9f0b0de0c2e1e.tar.xz |
Makefile: add isso.css, vanquish old remains
Diffstat (limited to 'Makefile')
-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/%: |