aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix noisy find commandHEADv2.4masterRaul E Rangel2023-04-251-2/+4
* Fix incorrect cp when using ROOTRaul E Rangel2023-04-251-1/+1
* Honour ROOT when deleting existing catalog2.3Marvin Schmidt2022-01-271-1/+1
* Place the locks in a subdirectory of /etc/xmlv2.2Andreas K. Hüttel2022-01-181-2/+2
* add eprefix to lockdir #816747v2.1Mike Frysinger2021-10-081-1/+2
* tweak usage output to make --root argument clearerMike Frysinger2021-10-041-4/+4
* add explicit check & error message for /run/lockMike Frysinger2021-10-041-1/+6
* update README & dist processv2.0Mike Frysinger2021-10-023-43/+9
* make file updates atomicMike Frysinger2021-10-021-20/+31
* add a --debug optionMike Frysinger2021-10-021-1/+3
* do not try to lint missing filesMike Frysinger2021-10-021-2/+2
* switch locking to flockMike Frysinger2021-10-021-7/+5
* switch to arraysMike Frysinger2021-10-021-16/+17
* fix bad let conversionMike Frysinger2021-10-021-4/+4
* use `grep -E` instead of `egrep`Mike Frysinger2021-10-021-2/+2
* switch from old `let` to newer `: $((...))` syntaxMike Frysinger2021-10-021-6/+6
* handle corrupt catalogs gracefullyMike Frysinger2021-10-021-0/+10
* Prepend ROOT with "/." when "//" redirects to network (as in Cygwin).v1.21Michael Haubenwallner2016-05-231-1/+2
* merge prefix patchesv1.20Christoph Junghans2013-09-282-8/+16
* Don't install /etc/xml/.keep. Bug 437004.v1.19.1Mike Gilbert2012-10-021-3/+2
* add locking to /etc/xml dir to avoid multiple runs trashing each otherv1.19Mike Frysinger2012-03-281-5/+12
* add $ROOT support #389243 by Zdenek BehanMike Frysinger2012-03-281-28/+45
* use $DOCBOOKDIR rather than hardcoding the full path twiceMike Frysinger2012-03-281-2/+2
* be consistent in variable style: ${foo} rather than $fooMike Frysinger2012-03-281-8/+8
* add quotes to path vars to be consistent, and to be defensive in case of spac...Mike Frysinger2012-03-271-13/+13
* add a new multi_xmlcatalog_add helper to simplify logic related to calling `x...Mike Frysinger2012-03-271-27/+62
* attempt to create /etc/xml if it does not exist so `rm -rf /etc/xml && build-...Mike Frysinger2012-03-271-3/+8
* drop hardcoded full paths as there is no need for that -- $PATH works just fineMike Frysinger2012-03-271-3/+3
* check to see if DOCBOOKDIR exists before running `find` to avoid ugly errors ...Mike Frysinger2012-03-271-3/+8
* use `local` rather than `typeset` to better match current Gentoo styleMike Frysinger2012-03-271-11/+11
* document new `make dist` workflow, and add our cvs infoMike Frysinger2012-03-271-11/+9
* add a makefile to simplify build/install stepsMike Frysinger2012-03-271-0/+24
* add -h/--help optionsMike Frysinger2012-03-271-5/+22
* add an error() helperMike Frysinger2012-03-271-9/+14
* eat trailing whitespaceMike Frysinger2011-11-011-5/+5
* Add support for simple-dtds, thanks to Yaakov S in bug #290680.v1.6Diego Pettenò2011-03-291-3/+29
* Improve support for local resolver, patch by Jiri Tyr in bug #194485.v1.5Diego Pettenò2009-08-231-3/+4
* Fix support for other XSL types by further delegating the catalogs.v1.4Diego Pettenò2008-09-221-12/+8
* Extend build-docbook-catalog to support different types of xsl stylesheets (w...v1.3Diego Pettenò2008-09-221-17/+23
* quiet down the script unless --verbose is specifiedv1.2Aron Griffis2004-07-221-15/+34
* see bug 52725v1.1Aron Griffis2004-06-302-0/+298