summaryrefslogtreecommitdiff
path: root/CustomTarget_imagelist.mk
AgeCommit message (Collapse)Author
5 daysmakefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
helpcontent2 portion Change-Id: I2e10bf8bf4cb39fa3a8f9a2c3eb8f22d8636560c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/167007 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-12-13avoid needless rebuilds of helpimagesChristian Lohmaier
also the create_ilist.pl doesn't really do much anymore, was easily replaced by a plain $(file …) call Change-Id: I63a41ef8ed289feb4ab210961d2200032adaac28 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143936 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-12-13gb_var2file: remove now unused chunk-size parameter (help repo)Christian Lohmaier
Change-Id: Ie0a310b004d969b62c9ee886fee3e8e50d6e5184 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143935 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-11-04Adapt helpcontent2 to var2file renameStephan Bergmann
...in core commit 3829c0c7db8768ca05f148e8f5c271ddb56d5bae "Resolves: tdf#97046 ensure build system variables start with gb_" Change-Id: I2d9f579921843dbfb55efde492ea19abb3c6782e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124682 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-08-07tdf#126671 Do not pack screenshots in old HelpOlivier Hallot
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>
2018-02-23Adapt CustomTarget_helpcontent2/source/auxiliaryStephan Bergmann
...to core 906a2e4fa4e9ce231126c608e741c0c0d809157d "Always execute pack_images.py with the right Python interpreter" Change-Id: I7c6c9aed33222fb5b902e30a05cefe8f88c66df1
2017-09-29helpcontent2: fix build, use pack_images.pyMichael Stahl
Change-Id: Ie96d42c895daca558a716bd234143016318d3b5c
2017-06-01helpcontent2: fix incremental rebuild of *.ilst filesMichael Stahl
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
2017-05-12Move processing of help-specific images to helpcontentKatarina Behrens
Change-Id: I4370c7ab41184a59bb92e8df49f2fe3ca84c9c8c Reviewed-on: https://gerrit.libreoffice.org/30958 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2016-11-04Create a new image list for 'make postprocess'Katarina Behrens
with screenshot images corrected path as indicated Change-Id: I3d81c88a4ae002f12247ec4a5587e50f9927a005 Reviewed-on: https://gerrit.libreoffice.org/28499 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2013-02-26gbuildize helpcontent2David Tardon
dmake is dead, long live gbuild! Change-Id: I636ea4ed7ee08a748b96973ae076a5e47928d4ca