diff options
author | June McEnroe <june@causal.agency> | 2021-01-12 22:44:03 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-12 22:44:03 -0500 |
commit | eec1061c40981eb61b5033804509830a45584211 (patch) | |
tree | fa8765879f6c9a366c78d14ead2fb9b06982b7be /bin/Makefile | |
parent | Don't output a pre in hilex by default (diff) | |
download | src-eec1061c40981eb61b5033804509830a45584211.tar.gz src-eec1061c40981eb61b5033804509830a45584211.zip |
Use hilex for bin HTML
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 9b2c06d4..6220ec06 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -137,7 +137,7 @@ WEBROOT = /usr/local/www/causal.agency html: ${HTMLS} @true -${HTMLS}: html.sh scheme ttpre htagml htmltags +${HTMLS}: html.sh scheme hilex htagml htmltags htmltags: *.[chly] rm -f $@ |