irrelevante Ausgabe unterdrueckt

Rekursionstiefe fuer "linkchecker" erhoeht
This commit is contained in:
lars 2007-09-27 15:17:10 +00:00
parent 621b789185
commit bd28cb4b9d
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ linkcheck: doku kopiere_programme
echo >&2 ;\
false ;\
fi
linkchecker -r 4 --ignore-url=^mailto: $(wildcard $(CCD_BUILD_DIR)/*.html)
linkchecker -r 8 --ignore-url=^mailto: $(wildcard $(CCD_BUILD_DIR)/*.html)
validate:
@ -103,7 +103,7 @@ $(CREATE_DIRS):
cd-template: verzeichnisstruktur
@rm -rf $(CCD_BUILD_DIR)
@# export local svn directory OR just copy the directories (for non-svn users)
if test "yes" = "$(IS_SVN)" ;\
@if test "yes" = "$(IS_SVN)" ;\
then svn export cd-template "$(CCD_BUILD_DIR)" ;\
else mkdir -p $(dir $(CCD_BUILD_DIR)) ;\
cp -r cd-template $(CCD_BUILD_DIR) ;\