summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-01-20 12:35:37 +0100
committerDimitri Sokolyuk <demon@dim13.org>2019-01-20 12:35:37 +0100
commitf12d854fcf5e46fe526a92a316b2c6ec118fcea3 (patch)
tree284d40c6eb60a5163fee6fc4bb2007937a539a1b /Makefile
parent312ecbfa56c625903f1b1d56408326145b2fce2d (diff)
Replace fcgi with plain http server
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f7f04f2..1251159 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,9 @@ clean:
install:
install blog /usr/local/bin/
- install template/*.tmpl /var/www/htdocs/template/
- install static/*.css /var/www/htdocs/static/
+ install rc.d/blog /etc/rc.d/
+ install htdocs/template/*.tmpl /var/www/htdocs/template/
+ install htdocs/static/*.css /var/www/htdocs/static/
restart:
/etc/rc.d/blog restart