Added platform specific doc for the Apple ][

git-svn-id: svn://svn.cc65.org/cc65/trunk@2766 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-12-16 11:46:05 +00:00
parent ded92af603
commit f4b9df173e
3 changed files with 250 additions and 4 deletions

View File

@@ -5,7 +5,8 @@
# Default for the compiler lib search path as compiler define
SGML = ar65.sgml \
SGML = apple2.sgml \
ar65.sgml \
atari.sgml \
c128.sgml \
c16.sgml \
@@ -51,9 +52,6 @@ TEX = $(SGML:.sgml=.tex)
%.tex: %.sgml
sgml2latex --output=tex $<
funcref.html: funcref.sgml
sgml2html --split=2 $<
# ------------------------------------------------------------------------------
# Targets
@@ -85,6 +83,15 @@ 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 $<
# ------------------------------------------------------------------------------
# Make the dependencies