From a4ad94873205720065ae596cf3bbd52ad539bf7f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 May 2000 16:53:13 +0000 Subject: Patch rtemsdoc-4.5.0-rc-3.diff from Ralf Corsepius : 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_.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. --- doc/user/.cvsignore | 76 +++++++++++++++++++++++------------------------------ 1 file changed, 33 insertions(+), 43 deletions(-) (limited to 'doc/user') diff --git a/doc/user/.cvsignore b/doc/user/.cvsignore index 093f79dd18..277e42468f 100644 --- a/doc/user/.cvsignore +++ b/doc/user/.cvsignore @@ -1,55 +1,45 @@ -c_user*.html -Makefile.in Makefile +Makefile.in bsp.texi -overview.texi -concepts.texi -init.texi -task.texi -intr.texi -clock.texi -timer.texi -sem.texi -msg.texi -event.texi -signal.texi -part.texi -region.texi -dpmem.texi -io.texi -fatal.texi -schedule.texi -rtmon.texi -userext.texi -conf.texi -mp.texi c_user -c_user-1 -c_user-2 -c_user-3 -c_user-4 -c_user-5 -c_user-6 -c_user-7 -c_user-8 -c_user-9 -c_user-10 -c_user-11 -c_user-12 -c_user.log -c_user.dvi +c_user*.html +c_user-? +c_user-?? c_user.aux c_user.cp +c_user.cps +c_user.dvi c_user.fn -c_user.vr -c_user.tp +c_user.fns c_user.ky +c_user.log +c_user.pdf c_user.pg +c_user.ps c_user.toc -c_user.cps -c_user.fns +c_user.tp +c_user.vr +clock.texi +concepts.texi +conf.texi +dpmem.texi +event.texi +fatal.texi index.html +init.texi +intr.texi +io.texi +mp.texi +msg.texi +overview.texi +part.texi +region.texi rtemspie.pdf +rtmon.texi +schedule.texi +sem.texi +signal.texi states.pdf -c_user.pdf -c_user.ps +task.texi +timer.texi +userext.texi -- cgit v1.2.3