]> git.sur5r.net Git - cc65/commitdiff
Use new syntax for call to linuxdoc.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 15 Feb 2009 16:57:06 +0000 (16:57 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 15 Feb 2009 16:57:06 +0000 (16:57 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3934 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/Makefile

index d508783b8185871c66ea3d6b6402fa0312323477..d65800455b0c46ad39f88cd3c0c287e65dc39493 100644 (file)
@@ -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