From eb034f12da2989f0be332a9b6f8dbdbfe52a2f63 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 21 Jan 2003 13:57:06 +0000 Subject: [PATCH] verbosity reduced git-svn-id: https://svn.dealii.org/trunk@6935 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/auto/kdoc/Makefile.in | 9 ++++----- deal.II/doc/auto/scripts/validate-xrefs.pl | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/deal.II/doc/auto/kdoc/Makefile.in b/deal.II/doc/auto/kdoc/Makefile.in index 5a4da1d6e4..dee12f106b 100644 --- a/deal.II/doc/auto/kdoc/Makefile.in +++ b/deal.II/doc/auto/kdoc/Makefile.in @@ -13,7 +13,7 @@ include $D/common/Make.global_options ifeq ($(kdocversion),1) KDOCFLAGS=-I$(kdocdir) $(kdocdir)/kdoc -a -p -L $D/doc/auto/kdoc else -KDOCFLAGS=-I$(kdocdir) $(kdocdir)/kdoc -a --private \ +KDOCFLAGS=-I$(kdocdir) $(kdocdir)/kdoc -a -q --private \ --html-logo ../../../pictures/deal.II_3.0_1.150.jpg \ --libdir $D/doc/auto/kdoc --name endif @@ -93,13 +93,12 @@ multigrid-html-files: kdoc-installed $(kdoc.multigrid) # # also fix include paths in the files header-list.htmlbase-fix-files: base-html-files %-fix-files: - for htmlfile in $(subst -fix-files,,$@)/*html ; do \ - echo "Fixing include paths in $$htmlfile..." ; \ + @echo Fixing include paths + @for htmlfile in $(subst -fix-files,,$@)/*html ; do \ $(PERL) -pi -e 's,(#include <)$D/?[^/]+/include/,$$1,g; \ s,

Source: $D/?(.*)

,

Source: $$1

,g;' "$$htmlfile" ;\ done - for htmlfile in $(subst -fix-files,,$@)/header-list.html $(subst -fix-files,,$@)/all-globals.html ; do \ - echo "Fixing include paths in special file $$htmlfile..." ; \ + @for htmlfile in $(subst -fix-files,,$@)/header-list.html $(subst -fix-files,,$@)/all-globals.html ; do \ case "$$htmlfile" in \ *header-list*) \ $(PERL) -pi -e 's,$D/?[^/]+/include/(.*?) - $D/?[^/]+/include/(.*?),$$1 - $$2,g; \ diff --git a/deal.II/doc/auto/scripts/validate-xrefs.pl b/deal.II/doc/auto/scripts/validate-xrefs.pl index 8c44920051..30b7bf9e67 100644 --- a/deal.II/doc/auto/scripts/validate-xrefs.pl +++ b/deal.II/doc/auto/scripts/validate-xrefs.pl @@ -101,4 +101,4 @@ foreach $filename (@ARGV) { } } -print "---- All local links found to be ok.\n\n"; +print "---- All local links found to be ok.\n"; -- 2.39.5