From 8430090b346edfc1c80468672d4b1d7cbf5740e3 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 15 2012 20:13:43 +0000 Subject: Update `Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh index 97f6c28..82ae4cd 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_convertToXhtmlChunk.sh @@ -62,9 +62,10 @@ function docbook_convertToXhtmlChunk { # Create `css' and `images' directories. In order to save disk # space, these directories are linked (symbolically) to their - # respective locations inside the working copy. - ln -fs ${TCAR_WORKDIR}/trunk/Identity/Webenv/Themes/Default/Docbook/1.69.1/Css ${DST}/Css - ln -fs ${TCAR_WORKDIR}/trunk/Identity/Images/Webenv ${DST}/Images + # respective locations inside the working copy. Be sure to remove + # previous links first to prevent a recursive creation of links. + ln -sf ${TCAR_WORKDIR}/trunk/Identity/Webenv/Themes/Default/Docbook/1.69.1/Css ${DST}/Css + ln -sf ${TCAR_WORKDIR}/trunk/Identity/Images/Webenv ${DST}/Images # Remove XSL instance files. rm ${STYLE_INSTANCE[*]}