1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

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 $<

View 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:

View 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">).

View 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">).