diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-14 19:19:40 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-15 05:26:21 +0000 |
commit | d23f8bb0caf814684a4b5820f8d4d1389d9dda14 (patch) | |
tree | 47e28440587876a43c1b368dc5768d7d479e2f82 /scp2/macros | |
parent | cc1c050390ee68105f2f67edf3b6005880861c9b (diff) |
gbuild: deliver help files as packages
Change-Id: I52904567d0c7434af3f013cad7c3d9a8a67ac9f2
Reviewed-on: https://gerrit.libreoffice.org/3384
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'scp2/macros')
-rw-r--r-- | scp2/macros/macro.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/macros/macro.pl b/scp2/macros/macro.pl index dc5d2a978a31..2ad3fad65a88 100644 --- a/scp2/macros/macro.pl +++ b/scp2/macros/macro.pl @@ -169,7 +169,7 @@ sub write_EXTRA_ALL_GOOD_HELP_LOCALIZATIONS_LANG next if ( $poorhelplocalizations{$lang} ); print OUTFILE ";" unless $first; $first = 0; - print OUTFILE "\\\n\tName ($lang) = EXTRAFILENAME(name,_$lang)"; + print OUTFILE "\\\n\tName ($lang) = EXTRAFILELISTNAME(HelpTarget/,name,/$lang)"; } print OUTFILE "\n\n"; } |