]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (install-arch-indep): Install ebrowse.1.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 10 Dec 2008 08:30:54 +0000 (08:30 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 10 Dec 2008 08:30:54 +0000 (08:30 +0000)
* ebrowse.1: New file, mostly just the results of --help in man format.

ChangeLog
Makefile.in
doc/man/ChangeLog
doc/man/ebrowse.1 [new file with mode: 0644]

index 603a7fcd2572af09e3df5e92c5f7ddebc35623be..46cbc31a5ac7317fbd3ee382f22989cc1362990a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (install-arch-indep): Install ebrowse.1.
+
 2008-12-09  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
 
        * configure.in: Add Solaris on x86_64.
index 7d7b0d7495d33f911b826d468e06caea1c8f36f3..055685c088bf8093fdf0bbf32f294927c5189c9c 100644 (file)
@@ -571,7 +571,7 @@ install-arch-indep: mkdir info install-etc
        -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} $(DESTDIR)${datadir}/emacs/site-lisp ${COPYDESTS} $(DESTDIR)${infodir}
        thisdir=`/bin/pwd`; \
        cd ${mansrcdir}; \
-       for page in emacs emacsclient etags ctags ; do \
+       for page in ebrowse emacs emacsclient etags ctags ; do \
          (cd $${thisdir}; \
           ${INSTALL_DATA} ${mansrcdir}/$${page}.1 $(DESTDIR)${man1dir}/$${page}${manext}; \
           chmod a+r $(DESTDIR)${man1dir}/$${page}${manext}); \
index 32148a54c7e1357239b8a57e5f8999b8dc0b46d4..23c24287d674e7be111d5573eab3818dd1c411c1 100644 (file)
@@ -1,5 +1,7 @@
 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * ebrowse.1: New file, mostly just the results of --help in man format.
+
        * emacsclient.1: Describe what an empty string argument does for
        --alternate-editor.
 
diff --git a/doc/man/ebrowse.1 b/doc/man/ebrowse.1
new file mode 100644 (file)
index 0000000..475e1b7
--- /dev/null
@@ -0,0 +1,70 @@
+.TH EBROWSE 1
+.SH NAME
+ebrowse \- create a class hierarchy database
+.SH SYNOPSIS
+.B emacsclient
+.I "[options] files ..."
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.BR ebrowse
+command.  Full documentation is available in the GNU Info format.
+.PP
+.B ebrowse
+is used to create the database used by the class browser in Emacs.
+.PP
+.SH OPTIONS
+The programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+.TP
+.B \-a, \-\-append                  
+append output to existing file
+.TP
+.B \-f, \-\-files=FILES             
+read input file names from FILE
+.TP
+.B \-I, \-\-search-path=LIST        
+set search path for input files
+.TP
+.B \-m, \-\-min-regexp-length=N     
+set minimum regexp length to N
+.TP
+.B \-M, \-\-max-regexp-length=N     
+set maximum regexp length to N
+.TP
+.B \-n, \-\-no-nested-classes       
+exclude nested classes
+.TP
+.B \-o, \-\-output-file=FILE        
+set output file name to FILE
+.TP
+.B \-p, \-\-position-info           
+print info about position in file
+.TP
+.B \-s, \-\-no-structs-or-unions    
+don't record structs or unions
+.TP
+.B \-v, \-\-verbose                 
+be verbose
+.TP
+.B \-V, \-\-very-verbose            
+be very verbose
+.TP
+.B \-x, \-\-no-regexps              
+don't record regular expressions
+.TP
+.B \-\-help
+display this help
+.TP
+.B \-\-version
+display version info
+.SH "SEE ALSO"
+The program is documented fully in
+.IR "Ebrowse"
+available via the Info system.
+.SH AUTHORS
+.I Ebrowse
+was written by Gerd Möllmann.
+.
+.SH COPYING
+Copyright 2008 Free Software Foundation, Inc.
+.