dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: treecc/doc treecc.1,1.2,1.3 treecc.texi,1.14


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: treecc/doc treecc.1,1.2,1.3 treecc.texi,1.14,1.15
Date: Tue, 28 Jan 2003 19:46:56 -0500

Update of /cvsroot/dotgnu-pnet/treecc/doc
In directory subversions:/tmp/cvs-serv31032/doc

Modified Files:
        treecc.1 treecc.texi 
Log Message:


Add the "-O" option to the treecc command-line, which allows "%option"
commands to be issued directly from the command-line.


Index: treecc.1
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/doc/treecc.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** treecc.1    15 Dec 2002 04:03:27 -0000      1.2
--- treecc.1    29 Jan 2003 00:46:54 -0000      1.3
***************
*** 33,37 ****
  .SH OPTIONS
  .TP
! .B \-o \fIfile\fR, \-\-output \fIfile\fR
  Set the name of the output file.  If this option is not supplied,
  then the name of the first input file will be used, with its
--- 33,37 ----
  .SH OPTIONS
  .TP
! .B \-o \fIfile\fB, \-\-output \fIfile\fR
  Set the name of the output file.  If this option is not supplied,
  then the name of the first input file will be used, with its
***************
*** 42,46 ****
  the input files.
  .TP
! .B \-h \fIfile\fR, \-\-header \fIfile\fR
  Set the name of the header output file.  This is only used for
  the C and C++ languages.  If this option is not supplied,
--- 42,46 ----
  the input files.
  .TP
! .B \-h \fIfile\fB, \-\-header \fIfile\fR
  Set the name of the header output file.  This is only used for
  the C and C++ languages.  If this option is not supplied,
***************
*** 55,59 ****
  headers, it will be ignored.
  .TP
! .B \-d \fIdir\fR, \-\-output\-dir \fIdir\fR
  Set the name of the Java output directory.  This is only used for
  the Java language.  If this option is not supplied, then the directory
--- 55,59 ----
  headers, it will be ignored.
  .TP
! .B \-d \fIdir\fB, \-\-output\-dir \fIdir\fR
  Set the name of the Java output directory.  This is only used for
  the Java language.  If this option is not supplied, then the directory
***************
*** 66,70 ****
  If this option is used with a language other than Java, it will be ignored.
  .TP
! .B \-e \fIext\fR, \-\-extension \fIext\fR
  Change the default output file extension to \fIext\fR, instead of
  ".c".  The value \fIext\fR can have a leading dot, but this is
--- 66,70 ----
  If this option is used with a language other than Java, it will be ignored.
  .TP
! .B \-e \fIext\fB, \-\-extension \fIext\fR
  Change the default output file extension to \fIext\fR, instead of
  ".c".  The value \fIext\fR can have a leading dot, but this is
***************
*** 83,86 ****
--- 83,90 ----
  The directive "%option force" can be used in the input files
  to achieve the same effect as this option.
+ .TP
+ .B \-O \fIopt\fB, \-\-option \fIopt\fR
+ Set a treecc option value.  This is a command-line version of
+ the "%option" keyword in the input files.
  .TP
  .B \-n, \-\-no\-output

Index: treecc.texi
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/doc/treecc.texi,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** treecc.texi 29 Jan 2003 00:16:16 -0000      1.14
--- treecc.texi 29 Jan 2003 00:46:54 -0000      1.15
***************
*** 568,571 ****
--- 568,576 ----
  to achieve the same effect as this option.
  
+ @item -O OPT
+ @itemx --option OPT
+ Set a treecc option value.  This is a command-line version of
+ the @samp{%option} keyword in the input files.
+ 
  @item -n
  @itemx --no-output





reply via email to

[Prev in Thread] Current Thread [Next in Thread]