diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2020-04-10 10:38:11 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-17 20:11:06 +0200 |
commit | d1fdd2270aa5d6b5c3ac6b608a04b9e8eb3f3e6f (patch) | |
tree | 07e0f2fc6e1470adf430eeacd6270baa94d87c4f /Package_html_media.mk | |
parent | 82bb6643f1050a9ec83e39150a54e98d9ce81433 (diff) |
tdf#131416 Basic syntax diagrams reusable fragments
- a new help page to aggregate all fragments
- reusable fragments as media/helpimg's
Change-Id: If28747a75bbbd14ae8a0cc04bdedb8b7d81f173b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92009
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Package_html_media.mk b/Package_html_media.mk index a31efd6418..f663095e17 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -107,12 +107,17 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE helpimg/smzb7.png \ helpimg/smzb8.png \ helpimg/smzb9.png \ + helpimg/sbasic/argument_fragment.svg \ + helpimg/sbasic/array_fragment.svg \ + helpimg/sbasic/type-car_fragment.svg \ + helpimg/sbasic/type-name_fragment.svg \ helpimg/sbasic/Call_statement.svg \ helpimg/sbasic/For-Each_statement.svg \ helpimg/sbasic/For-Next_statement.svg \ helpimg/sbasic/LetSet_statement.svg \ helpimg/sbasic/On-Error_statement.svg \ helpimg/sbasic/Resume_statement.svg \ + helpimg/sbasic/Type_statement.svg \ helpimg/scalc/coordinates-to-polar-01.svg \ helpimg/starmath/harpoon.svg \ helpimg/starmath/wideharpoon.svg \ |