From d934c249f9048602c305cd220cc2fa1bd64a9602 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 5 Oct 2009 22:50:18 -0700 Subject: [PATCH] count the manpages --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index da2d530cc..78ff2b5b9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -77,7 +77,7 @@ install-doxygen-manpage: for a in $(PROJECTS) ; do \ f="$(srcdir)/doxyout/$$a/manpages" ; \ test -f $$f || continue ; \ - echo "install $$a manual pages" ; \ + echo "install $$a manual pages $$(wc -l < $$f)" ; \ while read x ; do \ section=`echo "$$x" | sed 's/.*\.\([0-9]\)/\1/'` ; \ $(mkinstalldirs) "$(DESTDIR)$(mandir)/man$$section" ; \ -- 2.11.4.GIT