From 85d8b3badfb7c5499cc0c4cbc1158ac330093cb5 Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 2 Aug 2000 07:41:56 +0000 Subject: [PATCH] Minor changes git-svn-id: svn://svn.cc65.org/cc65/trunk@259 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/Makefile | 5 +++-- doc/ar65.sgml | 20 +++++++++----------- doc/ca65.sgml | 2 +- doc/cl65.sgml | 2 +- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 4bc6cf472..8f5a5f939 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 $< diff --git a/doc/ar65.sgml b/doc/ar65.sgml index b657ab411..18afb9951 100644 --- a/doc/ar65.sgml +++ b/doc/ar65.sgml @@ -15,18 +15,18 @@ from existing archives. -Overview +Overview

+ -

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. -Usage +Usage

+ -

The archiver is called as follows: @@ -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). -Bugs/Feedback +Bugs/Feedback

-

-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 (). -Copyright +Copyright

-

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: diff --git a/doc/ca65.sgml b/doc/ca65.sgml index f2c62ba40..da9d96e41 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -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 -(). +(). diff --git a/doc/cl65.sgml b/doc/cl65.sgml index 76a51993f..a309e18b8 100644 --- a/doc/cl65.sgml +++ b/doc/cl65.sgml @@ -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 (). +free to contact me by email (). -- 2.39.5