Mail Archives: djgpp-workers/2001/01/12/16:32:45
djasm documentation patch 2/4
Ok to commit?
--
jeff
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/12 20:16:26
*************** come with DJGPP.
*** 52,57 ****
--- 52,59 ----
* update:: conditionally copy one file to another.
+ * djasm:: The DJGPP 16-bit assembler (limited functionality).
+
@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,652 ----
update y_tab.h foo.h
update y_tab.c foo.c
@end example
+
+ @c -----------------------------------------------------------------------------
+ @node djasm, , update, Top
+ @include djasm.txi
@bye
- Raw text -