From a2aa76165ee3cb0715413b6fd89532ca4fa3d07a Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 3 Oct 2005 06:54:00 +0000 Subject: [PATCH] Don't need to build gentext (distros build the files). --- releasetools/docbook-build | 8 -------- 1 file changed, 8 deletions(-) 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..." -- 2.40.0