summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 06754f8e8..0a5d80f29 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -183,7 +183,7 @@ mapped_name = `echo $*|sed 's/install/ginstall/'`
programs = \
echo 'spy:;@echo $$(all_programs)' \
| MAKEFLAGS= $(MAKE) -s -C $(srcdir)/../src -f Makefile -f - spy \
- | fmt -1 | sort -u
+ | fmt -1 | sort -u | grep -v '\['
subdir = man
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4