diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< $@ |