aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-25 04:07:29 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-25 04:07:29 +1000
commite0d6b5c4383404ba5850e4467d3f4bc39594f80f (patch)
tree3cca474e045eb56bee42e57f40a3f5a6aca72156 /Makefile.in
parent265d01672150d325fcf8a71ae136094a19fded13 (diff)
Add manual page for fish_pager command
darcs-hash:20060124180729-ac50b-ee2811e3a96d7f29f372ea5a5b1d08ff9045545a.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 315182fe..cc94f3ce 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)