diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ theglassyladies.com: $(GLASSY_OUT) html/theglassyladies.com/%.html: md/theglassyladies.com/%.md md/theglassyladies.com/nav.html @echo "theglassyladies.com: $< -> $@" @mkdir -p "$(@D)" - @pandoc "$<" -f markdown -t html5 -s -B md/theglassyladies.com/nav.html -c /styles.css -o "$@" + @pandoc "$<" -f markdown -t html5 -s -H md/theglassyladies.com/favicon.html -B md/theglassyladies.com/nav.html -c /styles.css -o "$@" clean: @rm -rf html/ |