summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* yelp-build: Place generated files in yelp subdir in epubShaun McCance2011-05-151-12/+26
|
* yelp-build: Added epub build codeShaun McCance2011-05-151-2/+95
|
* yelp-build: Drop language attribute from script tagShaun McCance2011-05-141-1/+1
|
* yelp-build: Copy figures for experimental mouseoversShaun McCance2011-05-141-1/+2
|
* yelp-build: Set the HTML namespace correctlyShaun McCance2011-05-141-0/+2
|
* yelp.m4: Namespace with YELP_HELP_INIT & YELP_HELP_RULESShaun McCance2011-05-121-4/+4
|
* yelp.m4: Make ITSTOOL and XMLLINT precious variablesShaun McCance2011-05-121-2/+4
|
* yelp.m4: Check for itstool and xmllintShaun McCance2011-05-111-6/+16
|
* yelp.m4: Work without AM_SILENT_RULESShaun McCance2011-05-091-3/+5
|
* Cleanup of gnome-doc-utils stuffShaun McCance2011-05-065-1766/+0
|
* yelp-check: Cache built RNG for performanceShaun McCance2011-05-061-5/+44
|
* yelp-check: Whitespace cleanupShaun McCance2011-05-051-51/+51
|
* yelp-check: DTD validation on DocBookShaun McCance2011-05-051-1/+4
|
* yelp-check: Don't exit shell from validate_pageShaun McCance2011-05-051-4/+6
|
* yelp-check: Exit status for links and orphansShaun McCance2011-05-051-2/+14
|
* yelp-check: Adding validate subcommand for MallardShaun McCance2011-05-052-1/+45
|
* yelp.m4: Basic check target, well-formedness test onlyShaun McCance2011-05-011-0/+18
|
* yelp.m4: Symlink media if missing in translationsShaun McCance2011-05-011-2/+6
|
* tools: Improvements to --help outputShaun McCance2011-04-302-3/+36
|
* yelp.m4: Added 'make repo' rule to rebuild po filesShaun McCance2011-04-291-3/+11
|
* yelp.m4: Use itstool, better AM_V, other tweaksShaun McCance2011-04-291-15/+17
|
* yelp-new: Fixed bashism and added bzr integrationShaun McCance2011-04-201-3/+8
|
* yelp-check: Patch from Jim to put links in help outputShaun McCance2011-04-201-0/+1
|
* yelp-check: Added Mallard xref link checkerShaun McCance2011-04-131-1/+83
|
* yelp-build: Allow an existing cache file for Mallard->HTMLShaun McCance2011-04-121-3/+16
|
* yelp-build: XInclude on the cacheShaun McCance2011-04-121-3/+3
|
* yelp-check: Use yelp-build cache instead of built-in cacheShaun McCance2011-03-202-73/+2
|
* tools/yelp-check: Adding 'yelp-check orphans'Shaun McCance2011-03-202-2/+184
|
* tools/yelp-build.in: Added -x for XSLT customizationsShaun McCance2011-02-021-0/+14
|
* [yelp-build] Always copy jquery.syntax.jsShaun McCance2011-01-051-10/+2
| | | | | Whether there are code blocks or not, it's reference from the script tag in the head. Not having it leads to JS warnings.
* [yelp-build] Implemented Mallard->HTMLShaun McCance2011-01-021-4/+135
|
* [yelp-build.in] Copy media, icons, and JS for DocBook->HTMLShaun McCance2011-01-021-4/+147
|
* [yelp-build] Adding basic db2htmlShaun McCance2010-12-231-8/+142
|
* [tools/yelp-build.in] Adding yelp-build, just "cache" for nowShaun McCance2010-12-223-38/+80
|
* [templates/task.page] Added revision and comment, new @DATE@ substitutionShaun McCance2010-12-141-0/+1
|
* [tools/yelp-new] Added --stub and --tmplShaun McCance2010-12-141-8/+36
|
* [tools/yelp-new] Local templates & use .docbook extensionShaun McCance2010-12-141-6/+26
|
* [tools/yelp-new.in] Adding yelp-new, create pages from templatesShaun McCance2010-12-132-2/+85
|
* [tools/yelp-cache.in] Adding yelp-cache to generate Mallard cache filesShaun McCance2010-07-082-0/+38
|
* Adding yelp.m4, changing build from gnome-doc-utils to yelp-toolsShaun McCance2010-06-132-19/+121
|
* [gnome-doc-tool] Adding css command for Mallard documentsShaun McCance2010-01-111-0/+78
|
* Importing Mallard XSLT changes from yelp-xslShaun McCance2010-01-051-5/+5
|
* [gnome-doc-tool] Adding --custom-xslt optionShaun McCance2009-12-201-3/+15
|
* [gnome-doc-tool] Adding urlencode/urldecode functionsShaun McCance2009-12-151-3/+38
|
* [gnome-doc-tool] Adding (X)HTML output for MallardShaun McCance2009-12-041-98/+394
| | | | Also added the list-icons and list-media commands
* [gnome-doc-utils.make] Fixed error for missing directory for mo filesShaun McCance2009-11-161-0/+4
|
* Properly clean mo files (finally fixes #570342)Claude Paroz2009-10-261-0/+2
|
* Compile mo files before running xml2po (fixes #570342)Martin von Gagern2009-10-151-4/+14
|
* Moving icons into "status" subdirectory, for correct icon theme usageShaun McCance2009-09-281-1/+1
|
* Fix gnome-doc-utils.make parallel build failure (bgo #595197)Daniel Elstner2009-09-161-1/+1
| | | | | | * tools/gnome-doc-utils.make (clean-doc-dir): Make rule dependent on clean-doc-lc to ensure that all files in the subdirectories have been deleted before attempting to remove the directory itself.