]> git.sur5r.net Git - cc65/blobdiff - doc/Makefile
- some VDC info updates
[cc65] / doc / Makefile
index fff4315d9b040be48fd286ee5bcc33cc8be58165..9c4afc029d75d4b6a8e2ca09a738da2b6bdba69a 100644 (file)
@@ -5,12 +5,16 @@
 
 # Default for the compiler lib search path as compiler define
 
-SGML  =        ar65.sgml       \
+SGML  =        apple2.sgml     \
+       ar65.sgml       \
         atari.sgml      \
+        c128.sgml       \
+        c16.sgml        \
         c64.sgml        \
-       ca65.sgml       \
+       ca65.sgml       \
        ca65html.sgml   \
-       cc65.sgml       \
+        cbm610.sgml     \
+       cc65.sgml       \
        cl65.sgml       \
         co65.sgml       \
        coding.sgml     \
@@ -22,7 +26,8 @@ SGML  =       ar65.sgml       \
        index.sgml      \
        intro.sgml      \
        ld65.sgml       \
-       library.sgml
+       library.sgml    \
+        plus4.sgml
 
 TXT   =        $(SGML:.sgml=.txt)
 HTML  = $(SGML:.sgml=.html)
@@ -48,9 +53,6 @@ TEX   = $(SGML:.sgml=.tex)
 %.tex: %.sgml
        sgml2latex --output=tex $<
 
-funcref.html:  funcref.sgml
-       sgml2html --split=2 $<
-
 # ------------------------------------------------------------------------------
 # Targets
 
@@ -82,6 +84,18 @@ clean:
 zap:   clean
        rm -f $(TXT) $(HTML) $(INFO) $(DVI) $(TEX) *.html *.info-* *.man
 
+# ------------------------------------------------------------------------------
+# Special target rules
+
+coding.html:   coding.sgml
+       sgml2html --split=0 $<
+
+funcref.html:  funcref.sgml
+       sgml2html --split=2 $<
+
+index.html:            index.sgml
+       sgml2html --split=0 $<
+
 # ------------------------------------------------------------------------------
 # Make the dependencies