Added cilc man page
authorAlp Toker <alp@mono-cvs.ximian.com>
Fri, 2 May 2003 18:45:41 +0000 (18:45 -0000)
committerAlp Toker <alp@mono-cvs.ximian.com>
Fri, 2 May 2003 18:45:41 +0000 (18:45 -0000)
svn path=/trunk/mono/; revision=14220

man/Makefile.am
man/cilc.1 [new file with mode: 0644]

index 1e5f9976de898683159510341b2ce1708144b7a7..728f9bc14784daaef957d47bc1227dbc8ae96c5a 100644 (file)
@@ -1,5 +1,5 @@
 man_MANS = mcs.1 mono.1 monostyle.1 mono-config.5 sqlsharp.1 oldmono.1 ilasm.1 \
-          cert2spc.1 
+          cert2spc.1 cilc.1
 
 EXTRA_DIST = $(man_MANS)
 
diff --git a/man/cilc.1 b/man/cilc.1
new file mode 100644 (file)
index 0000000..93a3a1b
--- /dev/null
@@ -0,0 +1,21 @@
+.TH "cilc" 1
+.SH NAME
+cilc \- Mono CIL-to-C binding generator
+.SH SYNOPSIS
+.B cilc
+[options]
+.I assembly
+.I target
+.SH DESCRIPTION
+cilc is the Mono CIL-to-C binding generator. It takes a CIL assembly as input
+and generates a directory of C sources which, when compiled, provide a C
+interface to the classes contained within that assembly by means of a shared
+object library.
+
+Generated sources make use of the Mono embedding API. Thus a complete Mono
+development environment must be available on the development system and a
+complete Mono runtime environment must be available on target systems.
+.SH AUTHOR
+Written by Alp Toker <alp@atoker.com>
+.SH SEE ALSO
+mono(1)