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 | c6291b195f80a5ebfed20fb0860eaf427d05c016 (patch) | |
tree | 29be52e4f1503a6ba04ba454495ae3269e50ee96 /bin/Makefile | |
parent | Don't output a pre in hilex by default (diff) | |
download | src-c6291b195f80a5ebfed20fb0860eaf427d05c016.tar.gz src-c6291b195f80a5ebfed20fb0860eaf427d05c016.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 $@ |