summaryrefslogtreecommitdiffstats
path: root/doc/started (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-05-17Corrected paths.Joel Sherrill2-4/+4
2000-05-11Added information on the location where the tools are installed.Joel Sherrill1-0/+10
2000-05-09Updated NT editor information to update status on PFE and addJoel Sherrill1-6/+24
pointers to emacs and vim.
2000-05-08Updated versions.Joel Sherrill1-4/+4
2000-05-08Added more information to the "next step" chapter. The new informationJoel Sherrill2-1/+58
tries to give a pointer about how to approach writing an application.
2000-05-04Modifed to avoid using @uref directive since that does not seemJoel Sherrill2-10/+20
to work with pdf generation.
2000-05-04Added nextstep.texiJoel Sherrill1-0/+1
2000-05-04Numerous changes based on comments from Stephan Wilms <Stephan.Wilms@CWA.de>Joel Sherrill8-49/+154
including a new section in the Getting Started called "Where to Go From Here", lots of index entries added, and more configuration table information.
2000-05-04New file.Joel Sherrill1-0/+72
2000-05-02Modified to correct references to gmake per comment from Stephan WilmsJoel Sherrill3-6/+9
<Stephan.Wilms@CWA.de>.
2000-05-02RTEMS_MAKEFILE_PATH instructions incorrectly included rtems subdirectory.Joel Sherrill1-2/+5
This directory was removed post-4.0 to be more in compliance with GNU standards. Reported by Stephan Wilms <Stephan.Wilms@CWA.de>.
2000-05-01Patch rtemsdoc-4.5.0-rc-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2-10/+10
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.
2000-04-27New files. First attempt.Joel Sherrill2-0/+27
2000-04-27Modified to give rpm removal command instead of install command again.Joel Sherrill1-6/+6
2000-04-26Patch rtemsdoc-4.5.0-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill5-103/+81
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.
2000-04-25Merged changes from 4.5 branch and removed that branch.Joel Sherrill3-18/+13
2000-02-22Adding information on prebuilt toolset binaries.Joel Sherrill6-34/+72
2000-02-22New file.Joel Sherrill1-0/+48
1999-11-16Changed copyright date to 1999.Joel Sherrill10-10/+10
1999-10-25Fixing many lines that are too long to format cleanly.Joel Sherrill2-9/+9
1999-10-11Cleaned up to install dvi, use native texi2dvi, etc..Joel Sherrill1-5/+4
1999-10-07Remove $(PROJECT).pdf not *.pdf. We were accidentally removing theJoel Sherrill1-3/+3
pdf version of figures. Disabled building of pdf for both the C and Ada Getting Started manuals because texi2pdf can not handle the construct: @set URL http://www.rtems.com @uref{@value{URL},@value{URL}} It will be reenabled as soon as this problem is fixed.
1999-10-01Numerous minor changes required to transition to the latest versionJoel Sherrill4-35/+20
of texinfo and TeX. This version of the tools can produce PDF with figures included.
1999-07-09Updated versionJoel Sherrill1-5/+5
1999-07-03Removed concept of distribution level.Joel Sherrill1-1/+0
1999-04-23Changed date.Joel Sherrill1-13/+13
1999-04-02Changed dates.Joel Sherrill1-4/+4
1999-02-10Changed versions.Joel Sherrill1-5/+5
1999-02-09Changed versions.Joel Sherrill1-14/+14
1999-01-21Added common problems section after post by Philippe Le FollJoel Sherrill2-1/+82
<Philippe.LeFoll@fridu.com> on rtems-list. :)
1998-11-19Applied updates from remote work while doing class.Joel Sherrill1-2/+2
1998-10-27Version changed.Joel Sherrill1-10/+10
1998-10-27fixes from David FiddesJoel Sherrill1-8/+6
1998-10-27Update from David Fiddes.Joel Sherrill4-113/+104
1998-10-20Updated.Joel Sherrill1-13/+14
1998-10-20Minor cleanup.Joel Sherrill1-2/+2
1998-10-20Added information about the bit_rtems script.Joel Sherrill1-3/+39
1998-10-20Increased required disk space along with information about the requiredJoel Sherrill1-3/+23
disk space. Added information about GNU makeinfo minimum version.
1998-10-20Added information about the bit_gdb script.Joel Sherrill1-3/+35
1998-10-20Added information about the new build scripts. The biggest thing wasJoel Sherrill1-59/+73
describing the user.cfg file. Added a section on Solaris 2.x.
1998-10-20Added sections so had to change the build menu commands.Joel Sherrill1-2/+2
1998-10-12New fileJoel Sherrill1-0/+85
1998-08-13Added a warning about positioning the INSTALL_POINT under the buildJoel Sherrill1-0/+4
tree.
1998-04-17Used http reference for EGCS index.Joel Sherrill1-4/+4
1998-04-17Increased size of archive.Joel Sherrill1-1/+1
1998-04-14"arc" changed to "archive"Joel Sherrill5-75/+66
Pictures now in ASCII.
1998-04-14Now builds for all formats and includes urlsJoel Sherrill2-17/+44
1998-04-14Added urls as linksJoel Sherrill2-10/+22
1998-04-14Comments from Geoffroy MontelJoel Sherrill1-9/+26
1998-04-14Added rudimentary section on reading the documentation for each toolJoel Sherrill1-0/+10