summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-15 18:46:50 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-15 18:46:50 +0100
commita80ab468f7a3a4130ee62f9537e9f0b0de0c2e1e (patch)
tree175d11450ba65da2839690fd6b921f8fa2103973 /Makefile
parent913f02eb72ce92f3996e28b6b294c5647bd26769 (diff)
downloadwebsite-a80ab468f7a3a4130ee62f9537e9f0b0de0c2e1e.tar.xz
Makefile: add isso.css, vanquish old remains
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
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/%: