diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-05-14 17:01:32 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-15 09:37:45 +0100 |
commit | 3f8927b5f1e0351554d19a48221015491c22da5e (patch) | |
tree | 64829cb7bf5f58e17a0b200778e9215847d26217 | |
parent | eef286c001878d7eeb66f54cd916ff779f8fa69f (diff) |
gallery: help on how to build new ones ...
Change-Id: Ia9f0e7196ce858e664e9a735ab55c34c5937bd1a
-rw-r--r-- | extras/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/README b/extras/README index 39188e8d11e4..a9783f01b9ad 100644 --- a/extras/README +++ b/extras/README @@ -1 +1,8 @@ Contains templates, clipart galleries, palettes, symbol font etc. + +How-to add a new gallery: + + create a directory extras/source/gallery/foo/ + + create a .str file extras/source/gallery/foo/foo.str + + add a [foo] section to extras/source/gallery/share/gallery_names.ulf + + add a Gallery_foo.mk at the top-level (and mention in Module_extra.mk) + + add a new GALLERY_FILELIST statement in scp2/ |