summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-10-20 02:11:45 +0200
committerJonas Smedegaard <dr@jones.dk>2015-10-20 02:11:45 +0200
commit9f0a87e37709602da6c817840e4aadc4d506c331 (patch)
tree240a0b8b20efa20c33203c7de37789c76d8b5e21
parent2af8d63dfcaf94435ec43bdf4b1b2c3c622a9b7f (diff)
Dirty hack for subpages to load styling.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 831c81d..99993cc 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ $(hypertext-snippets): %.html: %.mdwn Makefile
%.html %/index.html: %.mdwn $(hypertext-snippets) Makefile
$(if $(filter-out ./,$(dir $@)),mkdir -p $(dir $@))
- pandoc -s -c style.css -B topbar.html -A footer.html -f markdown -t html -o $@ $<
+ pandoc -s -c /style.css -B topbar.html -A footer.html -f markdown -t html -o $@ $<
%.css : %.scss Makefile
scss --compass --style compressed $< $@