diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-07-07 01:17:39 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-07-07 01:36:20 -0400 |
commit | 58c41f6854255a171e55c7308fb75aa260dbf92c (patch) | |
tree | 0d7c612ed852443d0b272edbdea784e3fa5d30c7 /data/doc | |
parent | bin/sisu, some cosmetic long line breaking (diff) |
bin/sisu, processing dir related
* e.g. using live-manual/manual as sample, the following should work as expected
available: ca de en es fr it ja pl pt_BR ro; select: en & ja:
sisu --html -v en/live-manual.ssm ja/live-manual.ssm
or for all available translations:
sisu --html -v **/live-manual.ssm
(these previously would have broken after processing the first directory)
sisu command equivalent for all available translations being (unaffected):
sisu --html -v --glob live-manual
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 12 | ||||
-rw-r--r-- | data/doc/sisu/CHANGELOG_v6 | 12 |
2 files changed, 22 insertions, 2 deletions
diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index befa92fb..3a994672 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -38,7 +38,17 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.4.5.orig.tar.xz sisu_5.4.5.orig.tar.xz sisu_5.4.5-1.dsc -* bin/sisu, some cosmetic long line breaking +* bin/sisu, + * processing dir related + e.g. using live-manual/manual as sample, the following should work as + expected, available: ca de en es fr it ja pl pt_BR ro; select: en & ja: + sisu --html -v en/live-manual.ssm ja/live-manual.ssm + or for all available translations: + sisu --html -v **/live-manual.ssm + (these previously would have broken after processing the first directory) + sisu command equivalent for all available translations being (unaffected): + sisu --html -v --glob live-manual + * some cosmetic long line breaking %% 5.4.4.orig.tar.xz (2014-07-04:26/5) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_5.4.4 diff --git a/data/doc/sisu/CHANGELOG_v6 b/data/doc/sisu/CHANGELOG_v6 index c29c6f65..ff82853d 100644 --- a/data/doc/sisu/CHANGELOG_v6 +++ b/data/doc/sisu/CHANGELOG_v6 @@ -28,7 +28,17 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.11.orig.tar.xz sisu_6.0.11.orig.tar.xz sisu_6.0.11-1.dsc -* bin/sisu, some cosmetic long line breaking +* bin/sisu, + * processing dir related + e.g. using live-manual/manual as sample, the following should work as + expected, available: ca de en es fr it ja pl pt_BR ro; select: en & ja: + sisu --html -v en/live-manual.ssm ja/live-manual.ssm + or for all available translations: + sisu --html -v **/live-manual.ssm + (these previously would have broken after processing the first directory) + sisu command equivalent for all available translations being (unaffected): + sisu --html -v --glob live-manual + * some cosmetic long line breaking %% 6.0.10.orig.tar.xz (2014-07-04:26/5) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_6.0.10 |