]> git.sur5r.net Git - cc65/blobdiff - doc/Makefile
Removed get_os which does not exist
[cc65] / doc / Makefile
index 9a32134d48aadb80b5cb6138a6327c0dd1d449fa..effbf0d96d744cb4d23a4c6ab89f205add8ac953 100644 (file)
@@ -5,11 +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       \
-       cc65.sgml       \
+       ca65.sgml       \
+       ca65html.sgml   \
+        cbm610.sgml     \
+       cc65.sgml       \
        cl65.sgml       \
         co65.sgml       \
        coding.sgml     \
@@ -21,7 +26,9 @@ SGML  =       ar65.sgml       \
        index.sgml      \
        intro.sgml      \
        ld65.sgml       \
-       library.sgml
+       library.sgml    \
+        plus4.sgml      \
+        vic20.sgml
 
 TXT   =        $(SGML:.sgml=.txt)
 HTML  = $(SGML:.sgml=.html)
@@ -47,9 +54,6 @@ TEX   = $(SGML:.sgml=.tex)
 %.tex: %.sgml
        sgml2latex --output=tex $<
 
-funcref.html:  funcref.sgml
-       sgml2html --split=2 $<
-
 # ------------------------------------------------------------------------------
 # Targets
 
@@ -81,6 +85,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