summaryrefslogtreecommitdiffstats
path: root/doc/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding ChangeLogs.Joel Sherrill2000-08-256-0/+18
|
* Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-06-109-58/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which splits the current monolithic specs files into a sequence of subparts. These can be concatenated togather to make a the whole .spec file. This cleans up the maintenance problem of having "all languages" and a "C/C++ only" gccnewlib spec files. Plus it should make it easier to produce variants like the gdb-m68k-bdm which require special hackery. :) Ralf's comments: It addresses the way *.spec.in get composed inside of the source tree. Changes: * Each spec.in is broken into several files (*.add), one *.add file per sub-package. * Each Makefile.am composes spec.ins from the *.add files * Removal of redundant automake support files. * Default value for BuildRoot changed to /tmp/<spec-file-name> * %clean stage added to *specs Advantages (IMHO). * The *.add files are easier to adminstrate and more flexible in comparison to the former *.specs.ins. * gccnewlib_c_only.spec.in now is composed from the same sources as gccnewlib.spec.in (less errors) * If using the default BuildRoot --clean now deletes all files that were generated while building. Notes: * rtems.spec.in has not yet been adapted to the scheme used for the other *spec.ins * Except for cosmetical changes the internals of the *.spec files should not have changed. To Apply: cvs rm -f scripts/binutils/binutils.spec.in cvs rm -f scripts/gccnewlib/gccnewlib.spec.in cvs rm -f scripts/gccnewlib/gccnewlib_c_only.spec.in cvs rm -f scripts/gdb/gdb.spec.in cvs rm -f scripts/config.sub cvs rm -f scripts/config.guess cvs rm -f scripts/install-sh cvs rm -f scripts/mkinstalldirs cvs rm -f scripts/missing patch -p1 < rtems-rc-4.5.0-21.diff cvs add scripts/*/*.add cvs add scripts/*/README
* Removed old bmenu version.Joel Sherrill2000-06-012-1067/+1
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2000-05-311-3/+17
| | | | | | Adds a -I <path> option to texi2www. This option is supposed to compatible to the option of the same name in makeinfo, texi2dvi etc. [This patch actually is kind of a hack, but it works :]
* Patch from Ralf Corsepies <corsepiu@faw.uni-ulm.de> thatJoel Sherrill2000-05-083-223/+2
| | | | fixes handling of word-replace and removes tool/update.
* Removed file rendered obsolete by rtemsdoc-4.5.0-rc-3.diff fromJoel Sherrill2000-05-012-90/+1
| | | | Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
* New file added by rtemsdoc-4.5.0-rc-3.diff fromJoel Sherrill2000-05-011-0/+1045
| | | | Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
* Patch rtemsdoc-4.5.0-rc-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2000-05-0111-25/+39
| | | | | | | | | | | | | | | | | | | | | | | | | 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-279-0/+28
|
* Patches rtemsdoc-4.5.0-rc.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-04-261-1/+1
| | | | | | | | | | | | | that addresses the following: The patch below should * fix the *pdf cleanup handling * fix dependencies between pdf-documents and texi-files It also contains an attempt to let networking/schedule.t use states.pdf instead of ascii graphics, but though each pdf image looks nice, it comes out weirdly distorted in the main pdf document.
* Patch rtemsdoc-4.5.0-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-04-2616-233/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1612-12/+12
|
* Added support for @appendix and @preface.Joel Sherrill1999-10-111-0/+12
|
* Cleaned up to install dvi, use native texi2dvi, etc..Joel Sherrill1999-10-112-5/+7
|
* Enhanced to support @email{} as supported in texi2html in texinfo 4.0.Joel Sherrill1999-10-071-0/+5
| | | | | This way we maintain compatibility but continue to use the better, more flexible tool.
* Remove $(PROJECT).pdf not *.pdf. We were accidentally removing theJoel Sherrill1999-10-072-2/+2
| | | | pdf version of figures.
* Numerous minor changes required to transition to the latest versionJoel Sherrill1999-10-016-13/+27
| | | | | of texinfo and TeX. This version of the tools can produce PDF with figures included.
* Removed concept of distribution level.Joel Sherrill1999-07-031-1/+0
|
* Sanitized.Joel Sherrill1999-04-061-3/+0
|
* Removed.Joel Sherrill1999-04-066-2860/+0
|
* Minor change to ease debugging.Joel Sherrill1998-10-271-1/+3
|
* New picture.Joel Sherrill1998-10-201-0/+0
|
* Added test case for table -- barfs when optimization is enabledJoel Sherrill1998-05-121-0/+27
|
* RTEMS stuff now browseable for 1st time. Not completed.Joel Sherrill1998-04-142-3/+8
|
* Added emacs Ada tags stuffJoel Sherrill1998-04-143-0/+444
|
* building up src2htmlJoel Sherrill1998-04-141-0/+37
|
* base changes for moving and better error checkingJoel Sherrill1998-04-141-2/+21
|
* New file. Copied from Avenger.Joel Sherrill1998-04-141-0/+18
|
* Added Ada support by copying the script from Avenger.Joel Sherrill1998-04-141-40/+155
|
* switched to gccJoel Sherrill1998-04-141-2/+5
|
* New filesJoel Sherrill1998-04-1432-0/+2942
|
* Changed from Top to index as top nodeJoel Sherrill1998-04-131-1/+1
|
* Moved the terminate node since the "cprev" was being overwritten.Joel Sherrill1998-04-031-2/+2
|
* Moved from common directory since they belong to the texi2www distribution.Joel Sherrill1998-04-035-0/+0
|
* Removed incorrect comment.Joel Sherrill1998-04-031-1/+0
|
* Renamed.Joel Sherrill1998-04-031-1/+1
|
* Nowbiulds html and ps. Info not supported.Joel Sherrill1998-04-031-3/+4
|
* Added shortname generation support with the capability for the userJoel Sherrill1998-04-031-5/+37
| | | | to specify the base of the name. BASEnnnn.html
* Added fourth icon which takes user back to the indexJoel Sherrill1998-04-031-26/+43
|
* Added -header and -dirfile options.Joel Sherrill1998-04-031-2/+23
|
* Base fileJoel Sherrill1998-04-034-1/+53
|
* Changed Perl executable locationJoel Sherrill1998-04-032-2/+2
|
* Base files from texi2www-960103Joel Sherrill1998-04-034-0/+2122
|
* Localized for use in doc tree.Joel Sherrill1998-03-271-2/+7
|
* removed @ifinfo around something needed for html structureJoel Sherrill1998-03-261-2/+2
|
* new test casesJoel Sherrill1998-02-112-0/+92
|
* Updated copyrightsJoel Sherrill1998-02-0610-10/+10
|
* Added @table/@end table capability along with the avdas.d test case whereJoel Sherrill1998-02-063-3/+363
| | | | this capability was first used.
* Added code to more correctly process abstract types (handle, range, etc).Joel Sherrill1998-02-052-22/+76
|
* Modified output of @Example style in MsWord output routine so it wouldJoel Sherrill1998-01-302-4/+36
| | | | be one paragraph with manual line breaks rather than multiple paragraphs..