[seed] [docs] Add manpage (seed.1)



commit bd1ba3812693afa393f300f18a9721136880a5e4
Author: Tim Horton <hortont svn gnome org>
Date:   Mon Jul 6 08:21:18 2009 -0400

    [docs] Add manpage (seed.1)

 Makefile.am |    3 ++-
 doc/seed.1  |   29 +++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index fdc8008..f530d50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,9 +21,10 @@ seeddoc_DATA = \
 	INSTALL
 
 pkgconfig_DATA = seed.pc 
-
 pkgconfigdir = $(libdir)/pkgconfig
 
+man_MANS = doc/seed.1
+
 EXTRA_DIST = $(seeddoc_DATA) \
 	$(pkgconfig_DATA)
 
diff --git a/doc/seed.1 b/doc/seed.1
new file mode 100644
index 0000000..3960c92
--- /dev/null
+++ b/doc/seed.1
@@ -0,0 +1,29 @@
+.TH "seed" 1
+.SH NAME
+seed \- libseed JavaScript REPL/Interpreter.
+.SH SYNOPSIS
+.B seed
+[OPTION...] [SCRIPT]
+.SH DESCRIPTION
+seed acts as a simple read-eval-print loop for libseed's GObject JavaScriptCore
+bindings, unless the path to a script to interpret is specified.
+.SH OPTIONS
+.TP
+.B \---help
+Show help options
+.TP
+.B \---debug=DEBUGFLAGS
+Show debug messages, filtered by the specified debug flags. If one wishes to see
+all possible debug messages, specify the flag "all" (keep in mind that this will
+produce a significant amount of output). Otherwise, specify a comma-separated
+list of: misc, finalization, initialization, signal, invocation, structs,
+construction, gtype, importer, module.
+.TP
+.SH BUGS
+Report bugs at http://bugzilla.gnome.org/ in the seed product.
+.SH HOMEPAGE and CONTACT
+http://live.gnome.org/Seed
+.SH AUTHORS
+Robert Carr <racarr svn gnome org>
+.PP
+Tim Horton <hortont svn gnome org>



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