summaryrefslogtreecommitdiffstats
path: root/doc/supplements (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch rtemsdoc-4.5.0-rc-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2000-05-0120-289/+257
| | | | | | | | | | | | | | | | | | | | | | | | | It addresses: * .cvsignore (only minor changes to yours, as they were pretty clean, most changes result from my mkcvsignore script being overly pedantic sorting entries alphabetically.) * timing.t handling and time<BSP>_.texi handling in supplements * network.t handling in bsp_howto * RTEMS_DATE and RTEMS_UPDATE handling in configure.in. [It actually is a hack, as we could apply automake's version.texi handling instead - I know think to understand what automake does with it.] * avoid using temporary files; Therefore a new tool called bmenu2, derived from bemenu, is introduced, which reads a single file from stdin and writes to stdio. To apply: cd rtemsdoc patch -p1 < rtemsdoc-4.5.0-rc-3.diff cvs rm -f bsp_howto/network.t cvs add tools/bmenu/bmenu2.c ./bootstrap BTW: word-replace now is unused. It could be removed if you like to.
* New files. First attempt.Joel Sherrill2000-04-2710-0/+297
|
* Removed -- temporary files.Joel Sherrill2000-04-278-11515/+0
|
* Patch rtemsdoc-4.5.0-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-04-2639-1507/+12606
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which contains the bulk of converting the documentation tree to automake and GNU conventions. Comments follow: This is the automake port of rtemsdoc. To apply: cvs co rtemsdoc cd rtemsdoc sh cvs-rm.sh patch -p0 < rtemsdoc-4.5.0-rc-0.diff sh cvs-add.sh [Attention: cvs-rm.sh and cvs-add.sh directly modify cvs] Known bugs: 1) src2html is not supported (yet? - Is this supposed to work?) 2) all *.pdf images now are generated on-the-fly, but not yet deleted during "make distclean" 3) All supplements, including the templated ones, get build and installed. 4) Building outside of the source tree is completely untested and very likely does not work. 5) Make [ps|pdf] are not (yet) supported, make [dvi|info] are supported by automake's default texinfo rules. Fixing 2, 3 and 5 is almost trivial and needs to be done. 4) is a matter of testing and tool-properties, for now it is simply untested. General issues: * gif vs jpg vs png. I would recommend to replace all images with pngs to avoid potential copyright issues (gif) or lack in quality (jpg, jpg is good for real world photographs, but extremely poor on artificial images, graphs). * pdf images do net get placed correctly in pdf-documents. * texinfo: We now use a local copy of texinfo-4.0's texinfo.tex in texinfo/texinfo.tex for generating infos. However pdftex's system-wide texinfo.tex and pdftexinfo.tex are used for generating *.dvi, *.ps, *.pdf. * .cvsignore files still missing. * I have renamed the supplements filename not to use c_<supplement>, because automake seems to have problems with it. Notes: * Again, I recommend not to put any generated files into CVS. Here, this comprises some *texi, all *.pdf and many *.html pages. Ie. I recommend to run make maintainer-clean before checking in any files. * To get building started, this should be sufficient: ./bootstrap ./configure cd tools; make; cd .. make info * To make a public tarball: [cvs co ; ./bootstrap] ./configure cd tools; make; cd .. make info [make clean] make dist => This generates a rtems-<version>.tar.gz in the toplevel directory. => Building the tools only is required after a "cvs co", but not in a distribution tarball.
* Changed copyright date to 1999.Joel Sherrill1999-11-16101-101/+101
|
* Fixing many lines that are too long to format cleanly.Joel Sherrill1999-10-252-3/+5
|
* Cleaned up to install dvi, use native texi2dvi, etc..Joel Sherrill1999-10-119-45/+54
|
* Remove $(PROJECT).pdf not *.pdf. We were accidentally removing theJoel Sherrill1999-10-079-9/+9
| | | | pdf version of figures.
* Enabled table of contents generation so the left hand side of the PDFJoel Sherrill1999-10-079-9/+9
| | | | viewer can have section headings.
* Numerous minor changes required to transition to the latest versionJoel Sherrill1999-10-0118-27/+72
| | | | | of texinfo and TeX. This version of the tools can produce PDF with figures included.
* Removed concept of distribution level.Joel Sherrill1999-07-039-9/+0
|
* Changed date.Joel Sherrill1999-04-231-0/+2
|
* Added info based on i960HA support.Joel Sherrill1999-04-191-10/+8
|
* First Cut at Hitachi SH.Joel Sherrill1998-11-2512-0/+1222
|
* New files copied from template and personalized.Joel Sherrill1998-11-2312-0/+1314
|
* Applied updates from remote work while doing class.Joel Sherrill1998-11-197-98/+84
|
* Moved things around so html and clean were above stanzas which generateJoel Sherrill1998-10-197-113/+107
| | | | chapters.
* All of the Supplemental manuals are now generated as automaticallyJoel Sherrill1998-10-1922-511/+159
| | | | as possible.
* No node infoJoel Sherrill1998-10-191-45/+1
|
* Renamed.Joel Sherrill1998-10-193-645/+0
|
* Renamed memmodel.texi to memmodel.t.Joel Sherrill1998-10-191-119/+0
|
* Renamed fatalerr.texi to fatalerr.t.Joel Sherrill1998-10-191-47/+0
|
* Renamed cputable.texi to cputable.t.Joel Sherrill1998-10-191-119/+0
|
* Renamed cpumodel.texi to cpumodel.t.Joel Sherrill1998-10-191-171/+0
|
* Renamed callconv.texi to callconv.t.Joel Sherrill1998-10-191-447/+0
|
* Renamed bsp.texi to bsp.t.Joel Sherrill1998-10-191-106/+0
|
* Renamed a lot and got as much as possible automatically generated.Joel Sherrill1998-10-1911-349/+91
|
* Renamed.Joel Sherrill1998-10-191-215/+0
|
* RenamedJoel Sherrill1998-10-193-1671/+0
|
* Renamed memmodel.texi to memmodel.t.Joel Sherrill1998-10-191-125/+0
|
* Renamed fatalerr.texi to fatalerr.t.Joel Sherrill1998-10-191-62/+0
|
* Renamed cputable.texi to cputable.t.Joel Sherrill1998-10-191-171/+0
|
* Renamed cpumodel.texi to cpumodel.t.Joel Sherrill1998-10-191-223/+0
|
* Renamed callconv.texi to callconv.t.Joel Sherrill1998-10-191-280/+0
|
* Renamed bsp.texi to bsp.t.Joel Sherrill1998-10-191-95/+0
|
* Much renamed, most stuff automatically generated now.Joel Sherrill1998-10-1911-357/+31
|
* Renamed a lot of files.Joel Sherrill1998-10-198-764/+41
|
* Nearly everything that can be is now automatically generated.Joel Sherrill1998-10-1918-1183/+92
|
* All files as automatically generated as possible.Joel Sherrill1998-10-197-218/+18
|
* Renamed.Joel Sherrill1998-10-191-0/+0
|
* New file.Joel Sherrill1998-10-191-0/+86
|
* Removed.Joel Sherrill1998-10-192-241/+0
|
* More automatically generated. Many files renamed behind the scenes.Joel Sherrill1998-10-1910-872/+45
|
* Makefiles in much better shape even though not all files have automaticallyJoel Sherrill1998-10-1922-102/+223
| | | | generated menus yet.
* Timing Chapter is now shared and menu structure generated.Joel Sherrill1998-10-194-32/+47
| | | | Cpumodel.texi is now generated.
* Now completed generated with build menu.Joel Sherrill1998-10-192-37/+51
|
* New fileJoel Sherrill1998-10-191-0/+108
|
* Worksheets now generated from a common file and the node info structureJoel Sherrill1998-10-198-85/+194
| | | | is generated automatically.
* Added chapter.Joel Sherrill1998-10-193-6/+123
|
* Added chapter.Joel Sherrill1998-10-192-2/+95
|