From fed01af686fb007454eafff9127b16a6516b50c0 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 17 Jun 2012 22:38:31 -0400 Subject: v3: shared_sisupod_source, common build for sisu (markup) source representations * to be used by sisupod.txz, git, (and src) * sisupod_make (--sisupod) * share_source (--source) NOTE not used git at present * changed representation of shared sisu source, include related files in directory rather than just markup file [reason for version bump] NOTE there are no changes to sisu markup (only the sharing of source files) --- lib/sisu/v3/constants.rb | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'lib/sisu/v3/constants.rb') diff --git a/lib/sisu/v3/constants.rb b/lib/sisu/v3/constants.rb index c95178ea..2921b670 100644 --- a/lib/sisu/v3/constants.rb +++ b/lib/sisu/v3/constants.rb @@ -195,6 +195,7 @@ Px={ lv5: '.', lv6: '.', } +Px[:lng_lst_rgx]=Px[:lng_lst].join('|') Ep={ d_oebps: 'OEBPS', f_ncx: 'toc.ncx', @@ -223,16 +224,21 @@ Db={ col_info_note: 2500, } Gt={ - grotto: 'sisu:', + grotto: 'sisu_src', + git: 'sisu:', src: 'src', + pods: 'pods', + sisupod: 'sisupod', pod: 'pod', + files: 'files', + doc: 'doc', po: 'po4a/po', pot: 'po4a/pot', - image: 'mm/image', - audio: 'mm/audio', - video: 'mm/video', - conf: 'conf', - skin: 'conf/skin', #Gt[:skin: 'conf/skin/doc' + image: 'image', + audio: 'audio', + video: 'video', + conf: 'doc/_sisu', + skin: 'doc/_sisu/skin', #Gt[:skin: 'conf/skin/doc' } DISABLE={ epub: { -- cgit v1.2.3