diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-05-13 21:20:00 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-15 09:37:42 +0100 |
commit | b54709dd2ccf9017c3f359b25ff72c038b471ded (patch) | |
tree | 6e4fff1b06a8b575ae8bd9d09451993a00866aa9 /scp2 | |
parent | 857a8b9566f7c50b734d6c312809391e94c43967 (diff) |
remove pre-compiled textshapes and transportation galleries.
Further gnumake fixups, package the files in the Gallery rules.
Change-Id: Icda2de9cfcd2ff573db2e9ab27e2670dcfa5f0a8
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/inc/macros.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 3b0bcce86448..066354e760dd 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -430,6 +430,12 @@ File gid_File_Extra_Gall##id \ TXT_FILE_BODY; \ Styles = (FILELIST, WORKSTATION, DONT_OVERWRITE); \ Name = STRING(CONCAT3(Gallery/,id,.filelist)); \ +End \ +File gid_File_Extra_GallFiles##id \ + Dir = FILELIST_DIR; \ + TXT_FILE_BODY; \ + Styles = (FILELIST, WORKSTATION, DONT_OVERWRITE); \ + Name = STRING(CONCAT3(Gallery/Files/,id,.filelist)); \ End |