From: Kern Sibbald Date: Fri, 4 Jan 2013 10:33:29 +0000 (+0100) Subject: Add Eric's link cleaner to make X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=444e95537c5f388fb9fa8e3550811e57da511531;p=bacula%2Fdocs Add Eric's link cleaner to make --- diff --git a/docs/Makefile.in b/docs/Makefile.in index 558e2439..cff07360 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,6 +1,4 @@ # -# $Id$ -# @MCOMMON@ srcdir = @srcdir@ @@ -40,7 +38,7 @@ DIST = Makefile.in en: all -all: templates external-references +all: templates external-references @echo " " @echo "Generating PDF manuals..." @for I in ${en_dirs}; \ @@ -50,12 +48,14 @@ all: templates external-references done @for I in ${en_dirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; \ - $(MAKE) web || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \ + $(MAKE) web || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \ echo ""; echo ""; exit 1;)); \ done @echo " " @echo "Creating Web documentation..." @(cd $(toolsdir) ; $(TRANSLATE)) + @echo "Remove links ..." + find . -type l -exec rm {} \; @echo "All manuals built ..." templates: