Update date in GRMLZSHRC and add online rule to Makefile
[grml-etc-core.git] / doc / Makefile
index e482453..c9c2d0c 100644 (file)
@@ -18,4 +18,7 @@ all: $(MANPAGES) $(HTMLPAGES)
 clean:
        rm -f *.5 *.html *.gz *~
 
+online: all
+       scp grmlzshrc.html t2t-modern.css grml:/var/www/grml/zsh/
+
 .PHONY: all clean