diff options
Diffstat (limited to 'default.html.do')
-rw-r--r-- | default.html.do | 2 |
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 @@ | |||
1 | redo-ifchange $2.md build/tex-filter.hs build/template.html5 | 1 | redo-ifchange $2.md build/tex-filter.hs build/template.html5 |
2 | 2 | ||
3 | texfilter() { | 3 | texfilter() { |
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 | ||
7 | CSS=/style.css | 7 | CSS=/style.css |