]> granicus.if.org Git - docbook-dsssl/commitdiff
Don't need to build gentext (distros build the files).
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 3 Oct 2005 06:54:00 +0000 (06:54 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 3 Oct 2005 06:54:00 +0000 (06:54 +0000)
releasetools/docbook-build

index 5cadd8a03d113fa7a21213c6f543fb332c6fff83..ba126958d85c1cfd65248824be5ee52ae69729ac 100755 (executable)
@@ -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..."