X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Sun, 14 Jan 2001 15:23:09 -0600 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: djasm documentation patch 2/4 Message-ID: <20010114152309.A9678@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <20010113112820 DOT D6836 AT kendall DOT sfbr DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from eliz@is.elta.co.il on Sun, Jan 14, 2001 at 09:39:15AM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: IMHO, this is backwards: the @lowersections directive should be in the -: _including_ document, not in the _included_ one. This is so you could -: easily include the same document in other documents. I put both the @node and @lowersections in utils.tex. The only change to djasm.txi is to @ignore the Texinfo header so it respects the @node from utils.tex. Removing the @ignore restores the original stand-alone djasm.txi documentation file. This seems to be the best arrangement. Index: src/utils/utils.tex =================================================================== RCS file: /cvs/djgpp/djgpp/src/utils/utils.tex,v retrieving revision 1.10 diff -p -3 -r1.10 utils.tex *** utils.tex 2000/12/24 17:28:20 1.10 --- utils.tex 2001/01/14 21:13:51 *************** come with DJGPP. *** 52,57 **** --- 52,59 ---- * update:: conditionally copy one file to another. + * djasm:: The DJGPP 16-bit assembler. + @end menu @c ----------------------------------------------------------------------------- *************** Note that the Postscript file is sent to *** 620,626 **** redirect the output to a file or a printer. @c ----------------------------------------------------------------------------- ! @node update, , texi2ps, Top @chapter update @code{update} is a fancy copy-if-needed program. Basically, it compares --- 622,628 ---- redirect the output to a file or a printer. @c ----------------------------------------------------------------------------- ! @node update, djasm, texi2ps, Top @chapter update @code{update} is a fancy copy-if-needed program. Basically, it compares *************** foo.c foo.h : foo.y *** 642,646 **** --- 644,655 ---- update y_tab.h foo.h update y_tab.c foo.c @end example + + @c ----------------------------------------------------------------------------- + @node djasm, , update, Top + @chapter djasm + @lowersections + + @include djasm.txi @bye