summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a14800d..6713884 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,8 @@ clean:
install:
install blog /usr/local/bin/
+ install template/*.tmpl /var/www/htdocs/template/
+ install static/style.css /var/www/htdocs/static/
restart:
/etc/rc.d/blog restart