summaryrefslogtreecommitdiff
path: root/release-scripts
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-09-13 17:26:20 +0200
committerMichael Adam <obnox@samba.org>2010-09-23 03:05:48 +0200
commit60d5a83e9e2361b8d237daef095e2eeb20ed8bdd (patch)
tree0f677c918beeb97b80dd08fb4a136680e4bc3917 /release-scripts
parent9e2eefad44c4d8024cc51db2cdf0aa2b6ca5f6ae (diff)
downloadsamba-60d5a83e9e2361b8d237daef095e2eeb20ed8bdd.tar.gz
no need any more to create catalog file manually in build-manpages-git
Diffstat (limited to 'release-scripts')
-rwxr-xr-xrelease-scripts/build-manpages-git5
1 files changed, 0 insertions, 5 deletions
diff --git a/release-scripts/build-manpages-git b/release-scripts/build-manpages-git
index 14e01aa7c6e..a9c51b53cf2 100755
--- a/release-scripts/build-manpages-git
+++ b/release-scripts/build-manpages-git
@@ -20,11 +20,6 @@ autoconf || _exit "Error running autoconf."
./configure || _exit "Error running configure."
-# enable offline build by creating catalog:
-cat $(pwd)/build/catalog.xml.in \
- | sed -e "s|@BUILDDIR@|$(pwd)|g" \
- > $(pwd)/build/catalog.xml
-
export XML_CATALOG_FILES="file:///etc/xml/catalog file://$(pwd)/build/catalog.xml"
make manpages3 || _exit "Error running make manpages3"