From 63a662c2d7e674becac55729ccac91563a5229f0 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 03 2010 17:21:57 +0000 Subject: Update paths to image files and css definitions inside help_updateOutputFiles.sh. --- diff --git a/Scripts/Bash/Functions/Help/help_updateOutputFiles.sh b/Scripts/Bash/Functions/Help/help_updateOutputFiles.sh index 0cb301c..a9ad86a 100755 --- a/Scripts/Bash/Functions/Help/help_updateOutputFiles.sh +++ b/Scripts/Bash/Functions/Help/help_updateOutputFiles.sh @@ -79,16 +79,17 @@ function help_updateOutputFiles { # @image{renderImage,,,,png}). texi2html ${MANUALS_FILE[1]} --output=${MANUALS_DIR[4]} --split section \ --nosec-nav \ - --css-include=/home/centos/artwork/trunk/Identity/Themes/Motifs/Modern/Web/Css/Texi2html/stylesheet.css \ + --css-include=/home/centos/artwork/trunk/Identity/Models/Css/Texi2html/stylesheet.css \ --I=/home/centos/artwork/trunk/Identity/Fonts/Img \ - --I=/home/centos/artwork/trunk/Identity/Models/Img/Scripts \ - --I=/home/centos/artwork/trunk/Identity/Models/Img/Corporate \ - --I=/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web \ - --I=/home/centos/artwork/trunk/Identity/Models/Img/Distro + --I=/home/centos/artwork/trunk/Identity/Models/Img/Scripts/png/ \ + --I=/home/centos/artwork/trunk/Identity/Models/Img/Corporate/png/ \ + --I=/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/png/ \ + --I=/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/Concepts/png/ \ + --I=/home/centos/artwork/trunk/Identity/Models/Img/Distro/png/ # Apply html transformations. sed -r -i \ - -f /home/centos/artwork/trunk/Identity/Themes/Motifs/Modern/Web/Css/Texi2html/transformations.sed \ + -f /home/centos/artwork/trunk/Identity/Models/Css/Texi2html/transformations.sed \ ${MANUALS_DIR[4]}/*.html # Remove html output directory from directory stack.