summaryrefslogtreecommitdiff
path: root/default.html.do
diff options
context:
space:
mode:
Diffstat (limited to 'default.html.do')
-rw-r--r--default.html.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.html.do b/default.html.do
index b7e46ae..da9d0b2 100644
--- a/default.html.do
+++ b/default.html.do
@@ -1,7 +1,7 @@
1redo-ifchange $2.md build/tex-filter.hs build/template.html5 1redo-ifchange $2.md build/tex-filter.hs build/template.html5
2 2
3texfilter() { 3texfilter() {
4 runhaskell -package-conf=$(find .cabal-sandbox -maxdepth 1 -iname '*.conf.d' | head -n 1) build/tex-filter.hs $@ 4 runhaskell -package-conf=$(find .cabal-sandbox -maxdepth 1 -iname '*.conf.d' | head -n 1) build/tex-filter.hs $@ 2>/dev/null
5} 5}
6 6
7CSS=/style.css 7CSS=/style.css