]> git.sur5r.net Git - cc65/commitdiff
Minor changes
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 2 Aug 2000 07:41:56 +0000 (07:41 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 2 Aug 2000 07:41:56 +0000 (07:41 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@259 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/Makefile
doc/ar65.sgml
doc/ca65.sgml
doc/cl65.sgml

index 4bc6cf472dcfe9f6d372733896d11828311314e7..8f5a5f93968be1d7945713c01adc58c52fd23594 100644 (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 $<
index b657ab411d6b616193ec836bddbdce075507ad41..18afb9951e43ff136b309d779853bb7ea6a90de3 100644 (file)
@@ -15,18 +15,18 @@ from existing archives.
 
 <!-- Begin the document -->
 
-<sect>Overview
+<sect>Overview<p>
+
 
-<p>
 ar65 is a replacement for the libr65 archiver that was part of the cc65 C
 compiler suite developed by John R. Dunning. libr65 had some problems and
 the copyright does not permit some things which I wanted to be possible,
 so I decided to write a completely new assembler/linker/archiver suite
 for the cc65 compiler. ar65 is part of this suite.
 
-<sect>Usage
+<sect>Usage<p>
+
 
-<p>
 The archiver is called as follows:
 
 <tscreen><verb>
@@ -115,18 +115,16 @@ operation does update the library. This is only a warning, the linker
 will ignore one of the duplicate symbols (which one is unspecified).
 
 
-<sect>Bugs/Feedback
+<sect>Bugs/Feedback<p>
 
-<p>
-If you have problems using the archiver, if you find any bugs, or if
-you're doing something interesting with it, I would be glad to hear from
-you. Feel free to contact me by email (uz@musoftware.de).
+If you have problems using the archiver, if you find any bugs, or if you're
+doing something interesting with it, I would be glad to hear from you. Feel
+free to contact me by email (<htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">).
 
 
 
-<sect>Copyright
+<sect>Copyright<p>
 
-<p>
 ar65 (and all cc65 binutils) are (C) Copyright 1998 Ullrich von Bassewitz.
 For usage of the binaries and/or sources the following conditions do
 apply:
index f2c62ba40dc157b599e93024df7a70474e6f51af..da9d96e419e716e84aa046a9a44e5f10bf188917 100644 (file)
@@ -2310,7 +2310,7 @@ with just one command. Available macro packages are:
 If you have problems using the assembler, if you find any bugs, or if
 you're doing something interesting with the assembler, I would be glad to
 hear from you. Feel free to contact me by email
-(<htmlurl url="uz@cc65.org" name="uz@cc65.org">).
+(<htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">).
 
 
 
index 76a51993ffdef6795a91ed61f7f0d7d1b0bd0593..a309e18b8134d72a1d2c44e6f72be962c34c2b23 100644 (file)
@@ -171,7 +171,7 @@ to do this.
 
 If you have problems using the utility, if you find any bugs, or if you're
 doing something interesting with it, I would be glad to hear from you. Feel
-free to contact me by email (<htmlurl url="uz@cc65.org" name="uz@cc65.org">).
+free to contact me by email (<htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">).