From 8b072adf91e731986ffaf8927a605ab1b6302a7a Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 2 Mar 2013 09:44:58 -0500 Subject: [PATCH] Silence manual page generation commands. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index a6e3b2e0..9e99152f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,7 +17,7 @@ commands.texi: extract-help-text.awk $(top_srcdir)/src/commands.c $(srcdir)/pwmd.info: commands.texi pwmd.1: yat2m pwmd.texi - if test ! -f $(top_srcdir)/doc/pwmd.1; then \ + @if test ! -f $(top_srcdir)/doc/pwmd.1; then \ $(top_srcdir)/doc/yat2m --source 'Password Manager Daemon' \ --release @VERSION@ $(top_srcdir)/doc/pwmd.texi \ > $(top_srcdir)/doc/pwmd.1; \ -- 2.11.4.GIT