zshrc: use ip from iproute2 with color support
[grml-etc-core.git] / doc / Makefile
index e482453..28a83b8 100644 (file)
@@ -12,10 +12,13 @@ all: $(MANPAGES) $(HTMLPAGES)
 
 .t2t.html:
        @printf 'TXT2TAGS %s > %s\n' "$<" "$@"
-       @txt2tags --target xhtml --css-sugar --style t2t-modern.css -o- $< \
+       @txt2tags --target html --style t2t-modern.css -o- $< \
 | sed -e '/^$$/d' -e 's/^\\$$//' > $@
 
 clean:
        rm -f *.5 *.html *.gz *~
 
+online: all
+       scp grmlzshrc.html t2t-modern.css grml:/var/www/grml/zsh/
+
 .PHONY: all clean