summaryrefslogtreecommitdiffhomepage
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile
index ab6a39e..cf45b29 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -4,8 +4,9 @@ ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
4# build html files for public/ 4# build html files for public/
5build: 5build:
6 cd $(ROOT_DIR) 6 cd $(ROOT_DIR)
7 export input_dir=~/log/public 7 export INPUT_DIR=~/log/public
8 export output_dir=/srv/http 8 export OUTPUT_DIR=/srv/http
9 export HOST=topo.tw
9 @scripts/build.sh 10 @scripts/build.sh
10 11
11# Migrage frontmatter from '---' to HTML comment '<!-- -->' 12# Migrage frontmatter from '---' to HTML comment '<!-- -->'