Update of /cvsroot/nice/Nice/src/nice/tools/compiler/console
In directory sc8-pr-cvs1:/tmp/cvs-serv4846/src/nice/tools/compiler/console
Modified Files:
main.nice
Log Message:
Added link to the compiler usage page.
Index: main.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/nice/tools/compiler/console/main.nice,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** main.nice 24 Jun 2003 09:16:43 -0000 1.3
--- main.nice 27 Aug 2003 09:35:06 -0000 1.4
***************
*** 57,61 ****
shortDescription: "compiler for the Nice programming language",
author: "Daniel Bonniot <bo...@us...>, <Dan...@in...>",
! seeAlso: "http://nice.sourceforge.net the Nice Home Page\n",
manualSection: "1",
arguments: "package", options: cast(null));
--- 57,62 ----
shortDescription: "compiler for the Nice programming language",
author: "Daniel Bonniot <bo...@us...>, <Dan...@in...>",
! seeAlso: "http://nice.sourceforge.net the Nice Home Page\n" +
! "http://nice.sf.net/compilation.html compilation instructions\n",
manualSection: "1",
arguments: "package", options: cast(null));
|