aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.in13
-rw-r--r--builtin.c2
-rw-r--r--fish.spec.in1
3 files changed, 8 insertions, 8 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)
diff --git a/builtin.c b/builtin.c
index 8d9b3751..662a2528 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 c2e49590..42358aba 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