summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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