From eea0633818502584d7d5e920f317415ac5372473 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 24 Mar 2011 18:38:28 +0200 Subject: [PATCH] plugin-docs: be less noisy --- gtk-doc-plugins.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak index 01ba4f9..88db415 100644 --- a/gtk-doc-plugins.mak +++ b/gtk-doc-plugins.mak @@ -155,7 +155,7 @@ scan-build.stamp: $(HFILE_GLOB) $(EXTRA_HFILES) $(basefiles) scanobj-build.stamp # and the files from previous runs of this step tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_OVERRIDES) @echo '*** Rebuilding template files ***' - if test x"$(srcdir)" != x. ; then \ + @if test x"$(srcdir)" != x. ; then \ for f in $(SCANOBJ_FILES) $(SCAN_FILES); \ do \ if test -e $(srcdir)/$$f; then cp $(srcdir)/$$f . ; fi; \ @@ -165,7 +165,7 @@ tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections $(PYTHON) \ $(top_srcdir)/common/mangle-tmpl.py $(srcdir)/$(INSPECT_DIR) tmpl @cat $(DOC_MODULE)-unused.txt - rm -f tmpl-build.log + @rm -f tmpl-build.log touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp -- 2.7.4