From 1a7601335e9ae25f3958d3f52a5cddef0cd582be Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 14 2012 16:48:04 +0000 Subject: Update `Functions/Help/Texinfo/texinfo_copyEntryManual.sh' file. --- diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryManual.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryManual.sh index 3a3f735..14ff1a6 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryManual.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_copyEntryManual.sh @@ -29,8 +29,8 @@ function texinfo_copyEntryManual { # created from template, rendition output and subversion. local MANUAL_CHAPTER='' local MANUAL_CHAPTERS=$(cli_getFilesList ${MANUAL_BASEDIR_L10N} \ - --maxdepth=1 --mindepth=1 --type="d" --pattern='.+' \ - | egrep -v "(Licenses|\.svn|${MANUAL_NAME}-xhtml)$") + --maxdepth=1 --mindepth=1 --type="d" --pattern='^.+$' \ + | egrep -v "(Licenses|\.svn)") # Redefine manual name using manual name passed to `centos-art.sh' # script as second non-option argument.