diff options
author | Alain Romedenne <pyoffice.romedenne@sfr.fr> | 2018-12-13 15:06:45 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-13 18:21:03 +0100 |
commit | eea4d307ecbd8500bc429be7b0c05cf4097a5686 (patch) | |
tree | ca1f6fc314f50ba331eb88f87946f8b26f06fd60 /AllLangHelp_sbasic.mk | |
parent | 1405725db5080e22b5567fde2a81610f4e0b0bed (diff) |
More pages on Python scripts
Change-Id: I5d8db28da384f52ee835195d3eb889fde0fe33b3
Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/65117
Tested-by: Jenkins
Diffstat (limited to 'AllLangHelp_sbasic.mk')
-rw-r--r-- | AllLangHelp_sbasic.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/AllLangHelp_sbasic.mk b/AllLangHelp_sbasic.mk index ec22b518ee..303228599f 100644 --- a/AllLangHelp_sbasic.mk +++ b/AllLangHelp_sbasic.mk @@ -364,8 +364,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/python/main0000 \ helpcontent2/source/text/sbasic/python/python_ide \ helpcontent2/source/text/sbasic/python/python_locations \ - helpcontent2/source/text/sbasic/shared/stardesktop \ - helpcontent2/source/text/sbasic/shared/uno_objects \ + helpcontent2/source/text/sbasic/python/python_shell \ )) # vim: set noet sw=4 ts=4: |