Visit Mozilla.org

USE EXTENSION MANIFEST

From MDC

USE_EXTENSION_MANIFEST is a makefile variable which is only useful in directories that contain a jar.mn (JAR manifest) file, and (if set to 1) causes chrome manifest entries in that file to be written to an extension-style chrome.manifest in the parent directory of the created $jarfile.jar, instead of the usual $jarfile.manifest in the same directory as $jarfile.jar.

[edit] Set By

Tree makefiles set USE_EXTENSION_MANIFEST after including autoconf.mk but before including config.mk or rules.mk.

[edit] Example

extensions/irc/Makefile.in
USE_EXTENSION_MANIFEST = 1