summaryrefslogtreecommitdiffhomepage
path: root/www/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-15 00:41:50 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-15 00:41:50 +0800
commit465c4ba5b4f0b4f69fd3773fc4f9f9650b7fffa0 (patch)
tree769146b9e30a5ce77cee7535a9c807eeecc8a35e /www/Makefile
parentb604d49cfac78f0061ffee2373dede6206db6667 (diff)
add rss
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 '<!-- -->'