From e0d6b5c4383404ba5850e4467d3f4bc39594f80f Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 25 Jan 2006 04:07:29 +1000 Subject: [PATCH] Add manual page for fish_pager command darcs-hash:20060124180729-ac50b-ee2811e3a96d7f29f372ea5a5b1d08ff9045545a.gz --- Makefile.in | 13 +++++++------ builtin.c | 2 -- fish.spec.in | 1 + 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.in b/Makefile.in index 315182fe4..cc94f3cee 100644 --- a/Makefile.in +++ b/Makefile.in @@ -120,11 +120,11 @@ BUILTIN_DOC_HDR := $(BUILTIN_DOC_SRC:.txt=.doxygen) # in the help file. # CMD_DOC_SRC := doc_src/count.txt doc_src/dirh.txt doc_src/dirs.txt \ - doc_src/fishd.txt doc_src/help.txt doc_src/mimedb.txt \ - doc_src/nextd.txt doc_src/open.txt doc_src/popd.txt \ - doc_src/prevd.txt doc_src/psub.txt doc_src/pushd.txt \ - doc_src/set_color.txt doc_src/trap.txt doc_src/type.txt \ - doc_src/umask.txt doc_src/vared.txt + doc_src/fish_pager.txt doc_src/fishd.txt doc_src/help.txt \ + doc_src/mimedb.txt doc_src/nextd.txt doc_src/open.txt \ + doc_src/popd.txt doc_src/prevd.txt doc_src/psub.txt \ + doc_src/pushd.txt doc_src/set_color.txt doc_src/trap.txt \ + doc_src/type.txt doc_src/umask.txt doc_src/vared.txt # # Files generated by running doxygen on the files in $(CMD_DOC_SRC) @@ -173,7 +173,8 @@ MANUALS:=doc_src/fish.1 @XSEL_MAN_PATH@ \ doc_src/builtin_doc/man/man1/mimedb.1 \ doc_src/builtin_doc/man/man1/set_color.1 \ doc_src/builtin_doc/man/man1/count.1 \ - doc_src/builtin_doc/man/man1/fishd.1 + doc_src/builtin_doc/man/man1/fishd.1 \ + doc_src/builtin_doc/man/man1/fish_pager.1 #All translation message catalogs TRANSLATIONS_SRC := $(wildcard po/*.po) diff --git a/builtin.c b/builtin.c index 8d9b37512..662a25285 100644 --- a/builtin.c +++ b/builtin.c @@ -276,8 +276,6 @@ static int builtin_block( wchar_t **argv ) } ; - - int scope=UNSET; int erase = 0; diff --git a/fish.spec.in b/fish.spec.in index c2e49590f..42358aba4 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -53,6 +53,7 @@ fi %_mandir/man1/set_color.1* %_mandir/man1/count.1* %_mandir/man1/fishd.1* +%_mandir/man1/fish_pager.1* %attr(0755,root,root) %_bindir/fish %attr(0755,root,root) %_bindir/fishd %attr(0755,root,root) %_bindir/fish_pager