diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 07:27:51 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 15:11:51 +0200 |
commit | 7296bb838863fb543c02eb820bf73d36ad909d39 (patch) | |
tree | 998c664bfcc0e8cc5bad29519905e09d7734aaec /Package_html_media.mk | |
parent | fdc5abfc53a4f76c534ad7f1782f18e44abdc28b (diff) |
Add screenshot to a11y options page
Change-Id: I801cb6e3a2328230d592b4b9d81dafeade2957c7
Reviewed-on: https://gerrit.libreoffice.org/81441
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_media.mk')
-rw-r--r-- | Package_html_media.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Package_html_media.mk b/Package_html_media.mk index e195e3df9d..2c5543fb2d 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -343,5 +343,9 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ screenshots/cui/ui/opthtmlpage/$(lang)/OptHtmlPage.png \ ) \ + screenshots/cui/ui/optaccessibilitypage/OptAccessibilityPage.png \ + $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ + screenshots/cui/ui/optaccessibilitypage/$(lang)/OptAccessibilityPage.png \ + ) \ )) # vim: set noet sw=4 ts=4: |