From 12ba9cdbb754782da855f19fbc2e0e89bac0e3c8 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Apr 28 2011 02:29:51 +0000 Subject: Update render_doBaseActions.sh: - Remove xml from extensions. There is no support for rendering xml files inside the `render' functionality of centos-art.sh script, yet. --- diff --git a/Scripts/Functions/Render/render_doBaseActions.sh b/Scripts/Functions/Render/render_doBaseActions.sh index b46f6bc..0c84675 100755 --- a/Scripts/Functions/Render/render_doBaseActions.sh +++ b/Scripts/Functions/Render/render_doBaseActions.sh @@ -63,7 +63,7 @@ function render_doBaseActions { # file extensions that centos-art will look for in order to build # the list of files to process. The list of files to process # contains the files that match this extension pattern. - EXTENSION='(svgz|svg|xml|xhtml|docbook)' + EXTENSION='(svgz|svg|xhtml|docbook)' # Redefine parent directory for current workplace. PARENTDIR=$(basename "${ACTIONVAL}")