summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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/%: