1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

no need any more to create catalog file manually in build-manpages-git

This commit is contained in:
Michael Adam 2010-09-13 17:26:20 +02:00
parent 9e2eefad44
commit 60d5a83e9e

View File

@ -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"