commit 2e63c1ae0f1bad71c6d7b9bf328f919e6372e719 Author: Shaun McCance Date: Mon Nov 18 09:57:49 2013 -0500 Added HELP_MEDIA_NODUP and YELP_INIT_HELP HELP_MEDIA normally craetes symlinks for localized copies that don't exist, but for images this isn't actually necessary. Yelp can load according to the document path. Don't want to break API on HELP_MEDIA because people use it for a few other things. Hence, HELP_MEDIA_NODUP which works just like HELP_MEDIA, except no symlinks on install. Also, if you use HELP_MEDIA_NODUP and somebody builds with an older yelp.m4, the files are just silently ignored. Added YELP_INIT_HELP to replace YELP_HELP_INIT (though YELP_HELP_INIT is not currently deprecated), and YELP_INIT_HELP is stingy about checking minimum version. .gitignore | 1 + configure.ac | 6 +- tools/Makefile.am | 2 +- tools/yelp.m4 | 195 ------------------------------------------- tools/yelp.m4.in | 237 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 244 insertions(+), 197 deletions(-) commit 69014c0374ae8acbc0c93b3d43f28264791dca75 Author: Shaun McCance Date: Sat Nov 2 11:07:15 2013 -0400 yelp-build: Better Mallard templates to determine files to copy Instead of a second run using a stripped down stylesheet, we now use the primary stylesheet, which gives us access to the same logic of which elements to process, including conditional processing. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=709951 tools/yelp-build.in | 98 +++------------------ xslt/Makefile.am | 1 + xslt/mal-files.xsl | 249 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 261 insertions(+), 87 deletions(-) commit e414c6afd3f2e20992ad489b07ea512dadd31f81 Author: Michael Biebl Date: Thu Oct 17 00:18:44 2013 +0200 Fix posix shell syntax error https://bugzilla.gnome.org/show_bug.cgi?id=710331 tools/yelp-check.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit db63d86f7f1e5c9c45e40ae6fdfaaa452ad1cc42 Author: Shaun McCance Date: Sun Oct 27 11:35:56 2013 -0400 yelp-check: Use a plain string instead of read for inline xsl tools/yelp-check.in | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit c91c94ab9ba80ce5a552e3a255ad097ec1097b1e Author: Shaun McCance Date: Sat Oct 26 16:52:36 2013 -0400 yelp-new: Be smarter about file paths At Kat's request, you can now specify an output in a directory other than the cwd, and yelp-new is smart about figuring out whether to add extensions. Also, when specifying a local path for templates, yelp-new is smarter about extensions. tools/yelp-new.in | 39 ++++++++++++++++++++++++++++++++------- 1 files changed, 32 insertions(+), 7 deletions(-) commit 3cf0f375c3e5158539fe9047bf41cbdb839b2fbf Author: Shaun McCance Date: Sat Oct 26 14:17:02 2013 -0400 yelp-check: Support validate on DocBook 5 documents tools/yelp-check.in | 38 +++++++++++++++++++++++++++++++++++++- 1 files changed, 37 insertions(+), 1 deletions(-) commit 41ecb1992c6a632eaa10968639d435542fe4eff9 Author: Shaun McCance Date: Wed Oct 23 23:26:50 2013 -0400 yelp-check: Support explicitly allows namespaces in strict validation tools/yelp-check.in | 12 +++++++++++- xslt/mal-rng.xsl | 21 +++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletions(-) commit 669cefc096b8c9566258480926a849d8bb3a21da Author: Shaun McCance Date: Mon Sep 23 14:06:25 2013 -0400 Version 3.10.0 NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-)