no need any more to create catalog file manually in build-manpages-git
[metze/samba/wip.git] / release-scripts / build-manpages-git
index 14e01aa7c6e3cb3bded2f2bc194f75fe1b93bdaf..a9c51b53cf2fea3a5172d6adc79b5692620e49e8 100755 (executable)
@@ -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"