aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prepend ROOT with "/." when "//" redirects to network (as in Cygwin).v1.21Michael Haubenwallner2016-05-231-1/+2
| | | | Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* merge prefix patchesv1.20Christoph Junghans2013-09-282-8/+16
| | | | Signed-off-by: Christoph Junghans <ottxor@gentoo.org>
* Don't install /etc/xml/.keep. Bug 437004.v1.19.1Mike Gilbert2012-10-021-3/+2
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* add locking to /etc/xml dir to avoid multiple runs trashing each otherv1.19Mike Frysinger2012-03-281-5/+12
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add $ROOT support #389243 by Zdenek BehanMike Frysinger2012-03-281-28/+45
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* use $DOCBOOKDIR rather than hardcoding the full path twiceMike Frysinger2012-03-281-2/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* be consistent in variable style: ${foo} rather than $fooMike Frysinger2012-03-281-8/+8
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add quotes to path vars to be consistent, and to be defensive in case of ↵Mike Frysinger2012-03-271-13/+13
| | | | | | spaces/etc... Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add a new multi_xmlcatalog_add helper to simplify logic related to calling ↵Mike Frysinger2012-03-271-27/+62
| | | | | | `xmlcatalog --noout --add` Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* attempt to create /etc/xml if it does not exist so `rm -rf /etc/xml && ↵Mike Frysinger2012-03-271-3/+8
| | | | | | build-docbook-catalog` works Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* drop hardcoded full paths as there is no need for that -- $PATH works just fineMike Frysinger2012-03-271-3/+3
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* check to see if DOCBOOKDIR exists before running `find` to avoid ugly errors ↵Mike Frysinger2012-03-271-3/+8
| | | | | | with missing dirs Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* use `local` rather than `typeset` to better match current Gentoo styleMike Frysinger2012-03-271-11/+11
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* document new `make dist` workflow, and add our cvs infoMike Frysinger2012-03-271-11/+9
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add a makefile to simplify build/install stepsMike Frysinger2012-03-271-0/+24
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add -h/--help optionsMike Frysinger2012-03-271-5/+22
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add an error() helperMike Frysinger2012-03-271-9/+14
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* eat trailing whitespaceMike Frysinger2011-11-011-5/+5
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add support for simple-dtds, thanks to Yaakov S in bug #290680.v1.6Diego Pettenò2011-03-291-3/+29
| | | | Signed-off-by: Diego Pettenò <flameeyes@gentoo.org>
* Improve support for local resolver, patch by Jiri Tyr in bug #194485.v1.5Diego Pettenò2009-08-231-3/+4
| | | | Signed-off-by: Diego Pettenò <flameeyes@gentoo.org>
* Fix support for other XSL types by further delegating the catalogs.v1.4Diego Pettenò2008-09-221-12/+8
| | | | Signed-off-by: Diego Pettenò <flameeyes@gentoo.org>
* Extend build-docbook-catalog to support different types of xsl stylesheets ↵v1.3Diego Pettenò2008-09-221-17/+23
| | | | | | | | | | | | | | | (which include xsl-ns for Docbook 5). Be ready to support xsl-xalan and xsl-saxon even if they are not available in Portage too. Also, assume that the directories are unversioned, as the new ebuilds don't version them anymore. The script could be deprecated, for what concerns XSL stylesheets, by using an eclass instead. Signed-off-by: Diego Pettenò <flameeyes@gentoo.org>
* quiet down the script unless --verbose is specifiedv1.2Aron Griffis2004-07-221-15/+34
| | | | Signed-off-by: Aron Griffis <agriffis@gentoo.org>
* see bug 52725v1.1Aron Griffis2004-06-302-0/+298
Signed-off-by: Aron Griffis <agriffis@gentoo.org>