From: vsr Date: Mon, 10 Dec 2012 08:34:33 +0000 (+0000) Subject: Fix problem with generation of documentation by latex on some platforms X-Git-Tag: V6_6_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e2cc0124ff31c93e60f35bc0895505acef1e472b;p=tools%2Finstall.git Fix problem with generation of documentation by latex on some platforms --- diff --git a/config_files/ftgl.sh b/config_files/ftgl.sh index 236f282..e76b82a 100755 --- a/config_files/ftgl.sh +++ b/config_files/ftgl.sh @@ -61,6 +61,12 @@ source ${INSTALL_WORK}/$SHRC # unpack check_jb tar xfz ${SOURCE_DIR}/${PRODUCT}.tar.gz -C ${INST_ROOT} +# patch for problem with generation of latex documentation on some platforms: +patch_for_latex=1 +if [ "${patch_for_latex}" = "1" ] ; then + ( cd ${PRODUCT_SRC_DIR}/docs && sed -i "s%pdfdoc_DATA =%pdfdoc_DATA = #%g" Makefile.in ) +fi + # to generate environment scripts try_preinstalled }