Skip to content

Commit

Permalink
no need any more to create catalog file manually in build-manpages-git
Browse files Browse the repository at this point in the history
  • Loading branch information
obnoxxx committed Sep 23, 2010
1 parent 9e2eefa commit 60d5a83
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release-scripts/build-manpages-git
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 60d5a83

Please sign in to comment.