X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=doc%2FMakefile;h=28a83b844a0354e144ca6b399499a94e4198ed87;hb=refs%2Ftags%2Fv0.17.1;hp=e482453c92fb20467a4d57e31f0aef3b75264fa9;hpb=bfc77e17e04977e0e132916be5db626a726b87aa;p=grml-etc-core.git diff --git a/doc/Makefile b/doc/Makefile index e482453..28a83b8 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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