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

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

[Dotgnu-pnet-commits] CVS: pnet/csant Makefile.am, 1.5, 1.6 csant.1, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/csant Makefile.am, 1.5, 1.6 csant.1, 1.1, 1.2
Date: Sun, 27 Jul 2003 20:28:41 -0400

Update of /cvsroot/dotgnu-pnet/pnet/csant
In directory subversions:/tmp/cvs-serv10602/csant

Modified Files:
        Makefile.am csant.1 
Log Message:


Add the "csant.1" man page to the Makefile; minor edits to the man page.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csant/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Makefile.am 14 Dec 2002 22:56:56 -0000      1.5
--- Makefile.am 28 Jul 2003 00:28:39 -0000      1.6
***************
*** 1,5 ****
  bin_PROGRAMS   = csant
! #man_MANS       = csant.1
! #EXTRA_DIST     = $(man_MANS)
  csant_SOURCES  = csant.c \
                                 csant_build.c \
--- 1,5 ----
  bin_PROGRAMS   = csant
! man_MANS       = csant.1
! EXTRA_DIST     = $(man_MANS)
  csant_SOURCES  = csant.c \
                                 csant_build.c \

Index: csant.1
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csant/csant.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** csant.1     27 Jul 2003 07:21:35 -0000      1.1
--- csant.1     28 Jul 2003 00:28:39 -0000      1.2
***************
*** 14,18 ****
  .\" along with this program; if not, write to the Free Software
  .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
! .TH csant 1 "27 July 2003" "Southern Storm Software" "Portable.NET 
Development Tools"
  .SH NAME
  csant \- the C-Sharp compilation build tool
--- 14,18 ----
  .\" along with this program; if not, write to the Free Software
  .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
! .TH csant 1 "28 July 2003" "Southern Storm Software" "Portable.NET 
Development Tools"
  .SH NAME
  csant \- the C-Sharp compilation build tool
***************
*** 26,78 ****
  .B Csant
  is an xml based build tool used mainly to compile C# (pronounced C-Sharp)
! projects. Csant supports multiple compilers and generates appropriate 
  command line specifications for each compiler.
  .SH OPTIONS
  .TP
! .B \-\-file \fIname\fR , \-f \fIname\fR
  Specify the \fIname\fR of the build file to use.
  .TP
! .B \-\-base\-src\-dir \fIname\fR , \-b \fIname\fR
! Specify the base source directory f , the build tree.
  .TP
! .B \-\-base\-build\-dir \fIname\fR , \-B \fIname\fR
! Specify the base build directory f , the build tree.
  .TP
! .B \-D\fIname\fR=\fIvalue\fR , \-\-define \fIname\fR=\fIvalue\fR
  Define the property `name' and set it to `value'.
  .TP
! .B \-\-profile \fIname\fR , \-p \fIname\fR
  Specify the definition profile to use.
  .TP
! .B \-\-just\-print , \-n
  Print the names of the commands, but do not execute them.
  .TP
! .B \-\-dummy\-doc , \-d
  Output dummy documentation files.
  .TP
! .B \-\-keep\-going , \-k
  Keep processing even after an error.
  .TP
! .B \-\-silent , \-s
  Do not print the names of commands as they are executed.
  .TP
! .B \-\-csc\-redirect , \-c
! Treat <csc> tags as <compile> tags (f , NAnt compatibility).
  .TP
! .B \-\-mono\-corlib , \-m
  Use Mono's corlib instead of mscorlib during C# compiles.
  .TP
! .B \-\-compiler name , \-C name
! Specify which compiler to use [`cscc' (default), `csc', , `mcs'].
  .TP
! .B \-\-version , \-v
  Print the version of the program.
  .TP
  .B \-\-help
  Print this help message.
! .SH "Nant Compatibility"
! Csant is compatible with a subset of NAnt build files . The "-c" command 
  line option turns on NAnt compatibility.
! .SH "Compiler Compatibility"
! Csant works with all other C# compilers currently in distribution. The
! choice of compiler is using the "-C" option.
--- 26,82 ----
  .B Csant
  is an xml based build tool used mainly to compile C# (pronounced C-Sharp)
! projects.  \fBCsant\fR supports multiple compilers and generates appropriate 
  command line specifications for each compiler.
  .SH OPTIONS
  .TP
! .B \-\-file \fIname\fB, \-f \fIname\fR
  Specify the \fIname\fR of the build file to use.
  .TP
! .B \-\-base\-src\-dir \fIname\fB, \-b \fIname\fR
! Specify the base source directory for the build tree.
  .TP
! .B \-\-base\-build\-dir \fIname\fB, \-B \fIname\fR
! Specify the base build directory for the build tree.
  .TP
! .B \-D\fIname\fR=\fIvalue\fB, \-\-define \fIname\fB=\fIvalue\fR
  Define the property `name' and set it to `value'.
  .TP
! .B \-\-profile \fIname\fB, \-p \fIname\fR
  Specify the definition profile to use.
  .TP
! .B \-\-just\-print, \-n
  Print the names of the commands, but do not execute them.
  .TP
! .B \-\-dummy\-doc, \-d
  Output dummy documentation files.
  .TP
! .B \-\-keep\-going, \-k
  Keep processing even after an error.
  .TP
! .B \-\-silent, \-s
  Do not print the names of commands as they are executed.
  .TP
! .B \-\-csc\-redirect, \-c
! Treat <csc> tags as <compile> tags (for NAnt compatibility).
  .TP
! .B \-\-mono\-corlib, \-m
  Use Mono's corlib instead of mscorlib during C# compiles.
  .TP
! .B \-\-compiler \fIname\fB, \-C \fIname\fR
! Specify which compiler to use [`cscc' (default), `csc', or `mcs'].
  .TP
! .B \-\-version, \-v
  Print the version of the program.
  .TP
  .B \-\-help
  Print this help message.
! .SH "NANT COMPATIBILITY"
! .B Csant
! is compatible with a subset of NAnt build files . The "\fB-c\fR" command 
  line option turns on NAnt compatibility.
! .SH "COMPILER COMPATIBILITY"
! .B Csant
! works with all other C# compilers currently in distribution. The
! choice of compiler is using the "\fB-C\fR" option.
! .SH "SEE ALSO"
! ilasm(1), cscc(1)





reply via email to

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