]> git.sur5r.net Git - cc65/blobdiff - doc/Makefile
Fixed a typo and removed reference to obsolete wprot segment type
[cc65] / doc / Makefile
index 8a94aca6434793aacbac7282a8830b6476c4afa2..5544976ed514ba10768f89fe783b2d777f99703f 100644 (file)
@@ -5,13 +5,17 @@
 
 # Default for the compiler lib search path as compiler define
 
-SGML  =        ar65.sgml       \
+SGML  =        apple2.sgml     \
+       ar65.sgml       \
         atari.sgml      \
+        atmos.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     \
@@ -20,11 +24,16 @@ SGML  =     ar65.sgml       \
        dio.sgml        \
         funcref.sgml    \
        geos.sgml       \
+       grc.sgml        \
        index.sgml      \
        intro.sgml      \
        ld65.sgml       \
        library.sgml    \
-        plus4.sgml
+        lynx.sgml       \
+        nes.sgml        \
+        pet.sgml        \
+        plus4.sgml      \
+        vic20.sgml
 
 TXT   =        $(SGML:.sgml=.txt)
 HTML  = $(SGML:.sgml=.html)
@@ -50,9 +59,6 @@ TEX   = $(SGML:.sgml=.tex)
 %.tex: %.sgml
        sgml2latex --output=tex $<
 
-funcref.html:  funcref.sgml
-       sgml2html --split=2 $<
-
 # ------------------------------------------------------------------------------
 # Targets
 
@@ -84,6 +90,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