office-gobmx/postprocess
Tor Lillqvist bbbc51e931 Create a proper Info.plist for the OS X app bundle already in configure
After recent instdir changes the SCPZIP_REPLACE thing was not used any
more for Info.plist, so all the ${FOO} things were left in Info.plist
unexpanded with predictably wonky results, a non-working app.

Instead just expand it from the configure script.

While at it, use a correct CFBundleShortVersionString: only three
integers should be in that.

Also, hardcode FILEFORMATNAME as OpenOffice.org and FILEFORMATVERSION
as 1.0, and drop the "variables", as that is what those "variables"
*means*. They were used to refer to the OOo 1.0 formats. (It would
have been utterly wrong to define them as something else, like another
product name and a newer version number, in openoffice.lst, so
pointless to have them there.)

Drop the meaningless BUILDIDCWS.

Change-Id: I4030aa060b78e8b3fb812a6362869996e8db7d3d
2013-09-24 02:00:52 +03:00
..
packimages typo 2013-09-12 05:01:28 +02:00
signing
CustomTarget_images.mk Try to fix cross-compilation 2013-09-23 00:54:43 +03:00
CustomTarget_registry.mk Create a proper Info.plist for the OS X app bundle already in configure 2013-09-24 02:00:52 +03:00
CustomTarget_signing.mk
Makefile
Module_postprocess.mk start to use instdir for subsequentcheck tests; avoid make dev-install 2013-09-09 22:09:16 +02:00
Package_images.mk Try to fix cross-compilation 2013-09-23 00:54:43 +03:00
Package_registry.mk
Package_registry_install.mk Try to fix cross-compilation 2013-09-23 00:54:43 +03:00
Rdb_services.mk gbuild: remove gb_Rdb__get_final_target 2013-09-12 14:39:00 +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.