From: uz Date: Sun, 15 Feb 2009 16:57:06 +0000 (+0000) Subject: Use new syntax for call to linuxdoc. X-Git-Tag: V2.13.0rc1~321 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ef3dbc9f70a6334d90775c44dc6e8eeca59fc8b;p=cc65 Use new syntax for call to linuxdoc. git-svn-id: svn://svn.cc65.org/cc65/trunk@3934 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/Makefile b/doc/Makefile index d508783b8..d65800455 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -59,19 +59,19 @@ TEX = $(SGML:.sgml=.tex) # Pattern-rules, to make targets %.txt: %.sgml - sgml2txt $(TXT_OPTIONS) $< + linuxdoc -B txt -f $(TXT_OPTIONS) $< %.html: %.sgml - sgml2html --split=1 $(BUTTONS) $< + linuxdoc -B info --split=1 $(BUTTONS) $< %.info: %.sgml - sgml2info $< + linuxdoc -B info $< %.dvi: %.sgml - sgml2latex $< + linuxdoc -B latex --output=dvi $< %.tex: %.sgml - sgml2latex --output=tex $< + linuxdoc -B latex --output=tex $< # ------------------------------------------------------------------------------ # Targets