mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Add manual page for fish_pager command
darcs-hash:20060124180729-ac50b-ee2811e3a96d7f29f372ea5a5b1d08ff9045545a.gz
This commit is contained in:
parent
265d016721
commit
e0d6b5c438
3 changed files with 8 additions and 8 deletions
13
Makefile.in
13
Makefile.in
|
@ -120,11 +120,11 @@ BUILTIN_DOC_HDR := $(BUILTIN_DOC_SRC:.txt=.doxygen)
|
||||||
# in the help file.
|
# in the help file.
|
||||||
#
|
#
|
||||||
CMD_DOC_SRC := doc_src/count.txt doc_src/dirh.txt doc_src/dirs.txt \
|
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/fish_pager.txt doc_src/fishd.txt doc_src/help.txt \
|
||||||
doc_src/nextd.txt doc_src/open.txt doc_src/popd.txt \
|
doc_src/mimedb.txt doc_src/nextd.txt doc_src/open.txt \
|
||||||
doc_src/prevd.txt doc_src/psub.txt doc_src/pushd.txt \
|
doc_src/popd.txt doc_src/prevd.txt doc_src/psub.txt \
|
||||||
doc_src/set_color.txt doc_src/trap.txt doc_src/type.txt \
|
doc_src/pushd.txt doc_src/set_color.txt doc_src/trap.txt \
|
||||||
doc_src/umask.txt doc_src/vared.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)
|
# 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/mimedb.1 \
|
||||||
doc_src/builtin_doc/man/man1/set_color.1 \
|
doc_src/builtin_doc/man/man1/set_color.1 \
|
||||||
doc_src/builtin_doc/man/man1/count.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
|
#All translation message catalogs
|
||||||
TRANSLATIONS_SRC := $(wildcard po/*.po)
|
TRANSLATIONS_SRC := $(wildcard po/*.po)
|
||||||
|
|
|
@ -276,8 +276,6 @@ static int builtin_block( wchar_t **argv )
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int scope=UNSET;
|
int scope=UNSET;
|
||||||
|
|
||||||
int erase = 0;
|
int erase = 0;
|
||||||
|
|
|
@ -53,6 +53,7 @@ fi
|
||||||
%_mandir/man1/set_color.1*
|
%_mandir/man1/set_color.1*
|
||||||
%_mandir/man1/count.1*
|
%_mandir/man1/count.1*
|
||||||
%_mandir/man1/fishd.1*
|
%_mandir/man1/fishd.1*
|
||||||
|
%_mandir/man1/fish_pager.1*
|
||||||
%attr(0755,root,root) %_bindir/fish
|
%attr(0755,root,root) %_bindir/fish
|
||||||
%attr(0755,root,root) %_bindir/fishd
|
%attr(0755,root,root) %_bindir/fishd
|
||||||
%attr(0755,root,root) %_bindir/fish_pager
|
%attr(0755,root,root) %_bindir/fish_pager
|
||||||
|
|
Loading…
Reference in a new issue