office-gobmx/postprocess
Stephan Bergmann 79e5ee5f69 Isolate PDF Import so it can be made optionally installable
...which can be attractive for installation sets that use --with-system-poppler
but do not want the LO core package to depend on a poppler package.  See the
comment at the top of scp2/source/ooo/module_pdfimport.scp for details.

The build-time --disable-pdfimport configure switch is gone, PDF Import is built
unconditionally for all platforms but Android and iOS now.  (The
ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase
consistency across those variables.)

Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
2012-11-29 11:36:58 +01:00
..
checkxml
packcomponents Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01:00
packconfig Fix packconfig.pl when WITH_LANG=ALL 2012-11-15 17:35:58 +01:00
packregistry Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01:00
prj
signing Don't bundle gdiplus.dll any more 2012-11-12 15:42:51 +02:00
README

Postprocessing and checking of files delivered by other modules.

This module has to be the last one built before creating install sets
in module 'instset_native'. Thus it ties together all the dependencies
of all the other de-coupled modules. See the first line of
[[postprocess/prj/build.lst]] for that.