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
#
# 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 <<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; \