]> git.sur5r.net Git - cc65/blobdiff - doc/Makefile
Ignore start address in cbm_opendir. Rearrange the code somewhat to make it
[cc65] / doc / Makefile
index d508783b8185871c66ea3d6b6402fa0312323477..0ebe6b970078aee60bb652b64ae665229e8fda99 100644 (file)
@@ -43,6 +43,7 @@ SGML =        apple2.sgml     \
        ld65.sgml       \
        library.sgml    \
        lynx.sgml       \
+       make.sgml       \
        nes.sgml        \
        pet.sgml        \
        plus4.sgml      \
@@ -59,19 +60,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