From f1055c7c93a33ce665667864fff71710104440b2 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 13 Oct 2021 21:31:01 +0000 Subject: Set bin WEBROOT to /var/www --- bin/html.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/html.mk b/bin/html.mk index c1f85595..818c6cf5 100644 --- a/bin/html.mk +++ b/bin/html.mk @@ -1,4 +1,4 @@ -WEBROOT ?= /usr/local/www/causal.agency +WEBROOT ?= /var/www/causal.agency HTMLS = index.html png.html HTMLS += ${BINS:=.html} -- cgit 1.4.1 nput type='hidden' name='id' value='43fad502979651e9a11cd90f8508564c42ceab28'/> dontfiles
summary refs log tree commit diff
path: root/bin/dash/src/mkbuiltins (unfollow)
Commit message (Collapse)Author
2020-12-29Reconfigure C macro start conditionsJune McEnroe
2020-12-29Document HTML class namesJune McEnroe
2020-12-29Rename Tag class to IdentifierTagJune McEnroe
2020-12-29Change HTML class from hi to hilexJune McEnroe
You can tell I was just copying the HTML code huh.
2020-12-29Add hilex HTML outputJune McEnroe