summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/stamp-vti (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-111-4/+0
| | | | closes #2812.
* doc: Update version.texi and stamp-vti filesJoel Sherrill2013-02-261-2/+2
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2013-February/002466.html for instructions on how to do this.
* New.Ralf Corsepius2010-06-111-0/+4
|
* 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-221-4/+0
| | | | | | | | * version.texi: Remove from CVS. * stamp-vti: Remove from CVS. * .cvsignore: Add version.texi. Add stamp-vti. Re-sort.
* 2003-01-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-211-2/+2
| | | | * stamp-vti, version.texi: Regenerated.
* 2002-11-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-131-3/+3
| | | | * stamp-vti, version.texi: Regenerated.
* 2002-10-24 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2002-10-281-4/+4
| | | | | | | | * ata.t, ide-ctrl.t: New file. * .cvsignore: Added new .texi files. * Makefile.am:: Added new files to generate. * bsp_howto.texi: Added new chapters. * stamp-vti, version.texi: Regenerated.
* 2002-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-241-2/+2
| | | | * stamp-vti, version.texi: Regenerated.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-301-2/+2
| | | | | * stamp-vti, verstion.texi: Regenerated.
* regeneratedJoel Sherrill2002-01-201-1/+2
|
* regeneratedJoel Sherrill2002-01-201-1/+1
|
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-171-2/+2
| | | | | | | * SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
* Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-06-011-0/+3
Ralf's comments follow: Changes: * Enhanced versioning: - Addition of automake's version.texi support - Replacement of rtemsdoc's former versioning support by automake's versioning support (Abandoning RTEMS-UPDATE-* etc.) - Abandoning setup.texi.in - Add EDITION to each documents Makefile.am - version.texi support in project.am - Addition of maintainer mode (currently only used to prevent incorrectly updating timestamps when users touch automake's version.texi timestamp files (stamp-vti)). * Fixing info dir support - Use texinfo's @dircategory and @direntry instead of infos *-DIR-ENTRY - $(infodir)/dir is now correctly set up * Avoid using temporary files - Pipe texts through REPLACE2 into BMENU2 instead of using temporary files. - Abandon using bmenu in favor of bmenu2 (bmenu could be removed now) * Prepare Makefile.ams for building in a separate buildtree - prefix files with $(srcdir) in Makefile.am for files which must be generated inside of the source tree Notes: * rtemsdoc can not yet be build in a separate source-tree, but we are very close to it. * You as the maintainer of this package now should always use --enable-maintainer-mode to configure rtemsdoc.