diff options
| author | Dan Nicolaescu | 2008-12-10 08:30:54 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-10 08:30:54 +0000 |
| commit | 08d03897813a047898e80a983d82b0684cc04491 (patch) | |
| tree | ec34eaec6f9719381b9c4d7bb15061ee9bd43806 | |
| parent | 636b507bcc99120c6e9479541aa99fb737855de0 (diff) | |
| download | emacs-08d03897813a047898e80a983d82b0684cc04491.tar.gz emacs-08d03897813a047898e80a983d82b0684cc04491.zip | |
* Makefile.in (install-arch-indep): Install ebrowse.1.
* ebrowse.1: New file, mostly just the results of --help in man format.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile.in | 2 | ||||
| -rw-r--r-- | doc/man/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/man/ebrowse.1 | 70 |
4 files changed, 77 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * Makefile.in (install-arch-indep): Install ebrowse.1. | ||
| 4 | |||
| 1 | 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change) | 5 | 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change) |
| 2 | 6 | ||
| 3 | * configure.in: Add Solaris on x86_64. | 7 | * configure.in: Add Solaris on x86_64. |
diff --git a/Makefile.in b/Makefile.in index 7d7b0d7495d..055685c088b 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -571,7 +571,7 @@ install-arch-indep: mkdir info install-etc | |||
| 571 | -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} $(DESTDIR)${datadir}/emacs/site-lisp ${COPYDESTS} $(DESTDIR)${infodir} | 571 | -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} $(DESTDIR)${datadir}/emacs/site-lisp ${COPYDESTS} $(DESTDIR)${infodir} |
| 572 | thisdir=`/bin/pwd`; \ | 572 | thisdir=`/bin/pwd`; \ |
| 573 | cd ${mansrcdir}; \ | 573 | cd ${mansrcdir}; \ |
| 574 | for page in emacs emacsclient etags ctags ; do \ | 574 | for page in ebrowse emacs emacsclient etags ctags ; do \ |
| 575 | (cd $${thisdir}; \ | 575 | (cd $${thisdir}; \ |
| 576 | ${INSTALL_DATA} ${mansrcdir}/$${page}.1 $(DESTDIR)${man1dir}/$${page}${manext}; \ | 576 | ${INSTALL_DATA} ${mansrcdir}/$${page}.1 $(DESTDIR)${man1dir}/$${page}${manext}; \ |
| 577 | chmod a+r $(DESTDIR)${man1dir}/$${page}${manext}); \ | 577 | chmod a+r $(DESTDIR)${man1dir}/$${page}${manext}); \ |
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 32148a54c7e..23c24287d67 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * ebrowse.1: New file, mostly just the results of --help in man format. | ||
| 4 | |||
| 3 | * emacsclient.1: Describe what an empty string argument does for | 5 | * emacsclient.1: Describe what an empty string argument does for |
| 4 | --alternate-editor. | 6 | --alternate-editor. |
| 5 | 7 | ||
diff --git a/doc/man/ebrowse.1 b/doc/man/ebrowse.1 new file mode 100644 index 00000000000..475e1b7e29a --- /dev/null +++ b/doc/man/ebrowse.1 | |||
| @@ -0,0 +1,70 @@ | |||
| 1 | .TH EBROWSE 1 | ||
| 2 | .SH NAME | ||
| 3 | ebrowse \- create a class hierarchy database | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B emacsclient | ||
| 6 | .I "[options] files ..." | ||
| 7 | .SH "DESCRIPTION" | ||
| 8 | This manual page documents briefly the | ||
| 9 | .BR ebrowse | ||
| 10 | command. Full documentation is available in the GNU Info format. | ||
| 11 | .PP | ||
| 12 | .B ebrowse | ||
| 13 | is used to create the database used by the class browser in Emacs. | ||
| 14 | .PP | ||
| 15 | .SH OPTIONS | ||
| 16 | The programs follow the usual GNU command line syntax, with long | ||
| 17 | options starting with two dashes (`-'). | ||
| 18 | .TP | ||
| 19 | .B \-a, \-\-append | ||
| 20 | append output to existing file | ||
| 21 | .TP | ||
| 22 | .B \-f, \-\-files=FILES | ||
| 23 | read input file names from FILE | ||
| 24 | .TP | ||
| 25 | .B \-I, \-\-search-path=LIST | ||
| 26 | set search path for input files | ||
| 27 | .TP | ||
| 28 | .B \-m, \-\-min-regexp-length=N | ||
| 29 | set minimum regexp length to N | ||
| 30 | .TP | ||
| 31 | .B \-M, \-\-max-regexp-length=N | ||
| 32 | set maximum regexp length to N | ||
| 33 | .TP | ||
| 34 | .B \-n, \-\-no-nested-classes | ||
| 35 | exclude nested classes | ||
| 36 | .TP | ||
| 37 | .B \-o, \-\-output-file=FILE | ||
| 38 | set output file name to FILE | ||
| 39 | .TP | ||
| 40 | .B \-p, \-\-position-info | ||
| 41 | print info about position in file | ||
| 42 | .TP | ||
| 43 | .B \-s, \-\-no-structs-or-unions | ||
| 44 | don't record structs or unions | ||
| 45 | .TP | ||
| 46 | .B \-v, \-\-verbose | ||
| 47 | be verbose | ||
| 48 | .TP | ||
| 49 | .B \-V, \-\-very-verbose | ||
| 50 | be very verbose | ||
| 51 | .TP | ||
| 52 | .B \-x, \-\-no-regexps | ||
| 53 | don't record regular expressions | ||
| 54 | .TP | ||
| 55 | .B \-\-help | ||
| 56 | display this help | ||
| 57 | .TP | ||
| 58 | .B \-\-version | ||
| 59 | display version info | ||
| 60 | .SH "SEE ALSO" | ||
| 61 | The program is documented fully in | ||
| 62 | .IR "Ebrowse" | ||
| 63 | available via the Info system. | ||
| 64 | .SH AUTHORS | ||
| 65 | .I Ebrowse | ||
| 66 | was written by Gerd Möllmann. | ||
| 67 | . | ||
| 68 | .SH COPYING | ||
| 69 | Copyright 2008 Free Software Foundation, Inc. | ||
| 70 | . | ||