This is a partial solution for tdf#126671.
Reduces packaging size by ~15MB.
Screenshots are not used in old Help. Old Help is maintained
for legacy reasons and for extensions that uses XHP files.
Only nlpsolver/ and swext/ extension have some XHP Help files,
and none uses screenshots.
Actually, shared/config/images_helpimg.zip packs all
media/helpimg/*.png files but likely only note.png,
tip.png and warning.png are used in extension's Help,
given xmlhelp/util/main_transform.xsl . Since we don't
have full assurance of the satetement above, the remaining
PNG's are left in this patch until future review.
If the remainig png files are not used anywhere
in the LibreOffice extension realm, the zip file could be reduced
3 files.
Path set 2: remove screenshot.ilst upstream.
Change-Id: I23e401482048f521861707439ceb3e8642bf9b56
Reviewed-on: https://gerrit.libreoffice.org/77076
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
...to core 906a2e4fa4e9ce231126c608e741c0c0d809157d "Always execute
pack_images.py with the right Python interpreter"
Change-Id: I7c6c9aed33222fb5b902e30a05cefe8f88c66df1
They only depend on the perl script so won't get rebuild if images are
added or removed in source/media/
Use the same hack as in postprocess, make the targets PHONY so they
always get rebuilt.
Also fix a stray \ that caused the wrong output "[PRL] " to be printed
too early.
Change-Id: I03c8696591cf47395211feaed360fbd5642733a0