diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-06-17 22:38:31 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-06-17 22:53:27 -0400 |
commit | fed01af686fb007454eafff9127b16a6516b50c0 (patch) | |
tree | 9810fe775b188c35c5a7b3c5d2c428d114c8a49a /lib/sisu/v3/constants.rb | |
parent | v3: 3.3.0 version & changelog "opened" (diff) |
v3: shared_sisupod_source, common build for sisu (markup) source representationssisu_3.3.0
* 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)
Diffstat (limited to 'lib/sisu/v3/constants.rb')
-rw-r--r-- | lib/sisu/v3/constants.rb | 18 |
1 files changed, 12 insertions, 6 deletions
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: { |