]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
verbosity reduced
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Jan 2003 13:57:06 +0000 (13:57 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Jan 2003 13:57:06 +0000 (13:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@6935 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/kdoc/Makefile.in
deal.II/doc/auto/scripts/validate-xrefs.pl

index 5a4da1d6e4893afefeb5514eede349e4eb1d42b1..dee12f106b9bd3ebc1d5ddb53587c0c33a90266e 100644 (file)
@@ -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 &lt;<A HREF=\"[^\"]+\">)$D/?[^/]+/include/,$$1,g; \
                          s,<h1>Source: $D/?(.*)</h1>,<h1>Source: $$1</h1>,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,<TH>$D/?[^/]+/include/(.*?) - $D/?[^/]+/include/(.*?)</TH>,<TH>$$1 - $$2</TH>,g; \
index 8c44920051ce865070ca2998ad806ad45d50d6bb..30b7bf9e673bf21fc94e6c7a31c83b29f789d121 100644 (file)
@@ -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";

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.