diff options
author | 53hornet <53hornet@gmail.com> | 2019-01-03 22:46:29 -0500 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-01-03 22:46:29 -0500 |
commit | 7f3ed2c08f79ec5ffe425747adabdac45fa4b8d3 (patch) | |
tree | 7827a8393dd9f6c0f7bd8ef7ef502873d2fe8ca3 /makefile | |
parent | ceee26d3b063dc19bbae8e9d6013d84dd9522287 (diff) | |
download | md-site-7f3ed2c08f79ec5ffe425747adabdac45fa4b8d3.tar.xz md-site-7f3ed2c08f79ec5ffe425747adabdac45fa4b8d3.zip |
Began work on glass site
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/ |