From: Michael Smith Date: Mon, 3 Oct 2005 06:54:00 +0000 (+0000) Subject: Don't need to build gentext (distros build the files). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2aa76165ee3cb0715413b6fd89532ca4fa3d07a;p=docbook-dsssl Don't need to build gentext (distros build the files). --- diff --git a/releasetools/docbook-build b/releasetools/docbook-build index 5cadd8a03..ba126958d 100755 --- a/releasetools/docbook-build +++ b/releasetools/docbook-build @@ -238,14 +238,6 @@ else cvs update -d -P $DISTRO || exit 1 echo - # if this module has a "common" dir, it means it's probably - # relying on the "gentext" stuff, so make "gentext" first - if [ -d $DISTRO/common ]; then - echo "Making gentext..." - echo - make -C gentext $DISTRO-files - fi - echo date echo "Building $DISTRO distribution..."