doc: adjust txt2tags usage for versions >=3.3
[grml-etc-core.git] / doc / Makefile
index c9c2d0c..28a83b8 100644 (file)
@@ -12,7 +12,7 @@ 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: