]> git.sur5r.net Git - cc65/blobdiff - doc/Makefile
Since we have now builtin search paths, we need to be able to forget them,
[cc65] / doc / Makefile
index 9f26c13dc45557589e8242b6ebbfa908ff154e78..c3c5d481e5e17aec5c13783fc577cf9945f5f279 100644 (file)
@@ -26,6 +26,7 @@ SGML =        apple2.sgml     \
        c64.sgml        \
        ca65.sgml       \
        ca65html.sgml   \
+       cbm510.sgml     \
        cbm610.sgml     \
        cc65.sgml       \
        cl65.sgml       \
@@ -45,6 +46,7 @@ SGML =        apple2.sgml     \
        nes.sgml        \
        pet.sgml        \
        plus4.sgml      \
+        supervision.sgml\
        vic20.sgml
 
 TXT  = $(SGML:.sgml=.txt)
@@ -57,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 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
@@ -117,7 +119,7 @@ coding.html:        coding.sgml
 
 # funcref.sgml's third section is huge.
 # So, funcref.html is split into sub-section files.
-#                       
+#
 funcref.html:  funcref.sgml
        sgml2html --split=2 $(BUTTONS) $<