1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-13 09:31:53 +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 # Default for the compiler lib search path as compiler define
SGML = ar65.sgml \ SGML = ar65.sgml \
ca65.sgml ca65.sgml \
cl65.sgml
TXT = $(SGML:.sgml=.txt) TXT = $(SGML:.sgml=.txt)
HTML = $(SGML:.sgml=.html) HTML = $(SGML:.sgml=.html)
@ -20,7 +21,7 @@ DVI = $(SGML:.sgml=.dvi)
sgml2txt $< sgml2txt $<
%.html: %.sgml %.html: %.sgml
sgml2html $< sgml2html --split=0 $<
%.info: %.sgml %.info: %.sgml
sgml2info $< sgml2info $<

View File

@ -15,18 +15,18 @@ from existing archives.
<!-- Begin the document --> <!-- Begin the document -->
<sect>Overview <sect>Overview<p>
<p>
ar65 is a replacement for the libr65 archiver that was part of the cc65 C 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 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, 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 so I decided to write a completely new assembler/linker/archiver suite
for the cc65 compiler. ar65 is part of this suite. for the cc65 compiler. ar65 is part of this suite.
<sect>Usage <sect>Usage<p>
<p>
The archiver is called as follows: The archiver is called as follows:
<tscreen><verb> <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). 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
If you have problems using the archiver, if you find any bugs, or if doing something interesting with it, I would be glad to hear from you. Feel
you're doing something interesting with it, I would be glad to hear from free to contact me by email (<htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">).
you. Feel free to contact me by email (uz@musoftware.de).
<sect>Copyright <sect>Copyright<p>
<p>
ar65 (and all cc65 binutils) are (C) Copyright 1998 Ullrich von Bassewitz. ar65 (and all cc65 binutils) are (C) Copyright 1998 Ullrich von Bassewitz.
For usage of the binaries and/or sources the following conditions do For usage of the binaries and/or sources the following conditions do
apply: 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 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 you're doing something interesting with the assembler, I would be glad to
hear from you. Feel free to contact me by email 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 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 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">).