]> git.sur5r.net Git - cc65/blobdiff - doc/Makefile
Fix order of command line arguments: -o should precede -C or -t.
[cc65] / doc / Makefile
index 7b295c31fb9b0ac8796ee676dd682fcb927d9fa2..f09bd02d04485e1528320d6bd8d4a8a4641362a8 100644 (file)
@@ -17,6 +17,7 @@
 #TXT_OPTIONS=-f -m
 
 SGML = apple2.sgml     \
+       apple2enh.sgml  \
        ar65.sgml       \
        atari.sgml      \
        atmos.sgml      \
@@ -25,11 +26,13 @@ SGML =      apple2.sgml     \
        c64.sgml        \
        ca65.sgml       \
        ca65html.sgml   \
+       cbm510.sgml     \
        cbm610.sgml     \
        cc65.sgml       \
        cl65.sgml       \
        co65.sgml       \
        coding.sgml     \
+        customizing.sgml\
        da65.sgml       \
        debugging.sgml  \
        dio.sgml        \
@@ -41,9 +44,12 @@ SGML =       apple2.sgml     \
        ld65.sgml       \
        library.sgml    \
        lynx.sgml       \
+       using-make.sgml \
        nes.sgml        \
+        od65.sgml       \
        pet.sgml        \
        plus4.sgml      \
+        supervision.sgml\
        vic20.sgml
 
 TXT  = $(SGML:.sgml=.txt)
@@ -56,19 +62,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 html --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