Minor changes

git-svn-id: svn://svn.cc65.org/cc65/trunk@259 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-08-02 07:41:56 +00:00
parent 51543fddb0
commit 85d8b3badf
4 changed files with 14 additions and 15 deletions

View File

@@ -6,7 +6,8 @@
# Default for the compiler lib search path as compiler define
SGML = ar65.sgml \
ca65.sgml
ca65.sgml \
cl65.sgml
TXT = $(SGML:.sgml=.txt)
HTML = $(SGML:.sgml=.html)
@@ -20,7 +21,7 @@ DVI = $(SGML:.sgml=.dvi)
sgml2txt $<
%.html: %.sgml
sgml2html $<
sgml2html --split=0 $<
%.info: %.sgml
sgml2info $<