diff options
author | Mike Gerwitz <mtg@gnu.org> | 2019-03-25 21:08:57 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2019-03-25 21:08:57 -0400 |
commit | 2b52c98c073500b3305f42381997880dcdeb7218 (patch) | |
tree | 1c587de25035fe8fe34a7c5d14f57c7c35138c57 /Makefile | |
parent | fde5d3e890abcaaeaf9161d84c78e81feb6935ea (diff) | |
download | thoughts-2b52c98c073500b3305f42381997880dcdeb7218.tar.gz thoughts-2b52c98c073500b3305f42381997880dcdeb7218.tar.bz2 thoughts-2b52c98c073500b3305f42381997880dcdeb7218.zip |
Makefile (default): {www-root=>webroot}
This was never renamed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ export WWW_URL .PHONY: default clean webroot cgitroot -default: www-root +default: webroot %.meta: %.html src/post2meta src/post2html src/post2meta $< > $@ |