From 444e95537c5f388fb9fa8e3550811e57da511531 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 4 Jan 2013 11:33:29 +0100 Subject: [PATCH] Add Eric's link cleaner to make --- docs/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: -- 2.39.5