diff options
author | Michael Adam <obnox@samba.org> | 2010-09-13 17:26:20 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-09-23 03:05:48 +0200 |
commit | 60d5a83e9e2361b8d237daef095e2eeb20ed8bdd (patch) | |
tree | 0f677c918beeb97b80dd08fb4a136680e4bc3917 /release-scripts | |
parent | 9e2eefad44c4d8024cc51db2cdf0aa2b6ca5f6ae (diff) | |
download | samba-60d5a83e9e2361b8d237daef095e2eeb20ed8bdd.tar.gz |
no need any more to create catalog file manually in build-manpages-git
Diffstat (limited to 'release-scripts')
-rwxr-xr-x | release-scripts/build-manpages-git | 5 |
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" |