summaryrefslogtreecommitdiff
path: root/src/xpi.mk
diff options
context:
space:
mode:
authorAlexander Sack <asac@ubuntu.com>2009-07-26 18:02:37 +0200
committerAlexander Sack <asac@ubuntu.com>2009-07-26 18:02:37 +0200
commited516c7f654accad38eded1b17d7d3ba99790365 (patch)
tree94cc1f42e01e6cf6bc809a3849a0dbc0fda3c8b6 /src/xpi.mk
parentf18205c0b6d9a9f1249ce1b203ffec35cf3f0176 (diff)
* add documentation about not yet implemented variable
MOZ_XPI_MOZILLA_EXTRA_DIRS - update src/xpi.mk
Diffstat (limited to 'src/xpi.mk')
-rw-r--r--src/xpi.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xpi.mk b/src/xpi.mk
index 603d4b4..6953c75 100644
--- a/src/xpi.mk
+++ b/src/xpi.mk
@@ -43,6 +43,12 @@
# command is specified, all .xpi files in the top level directory
# will be removed during |clean|
#
+# MOZ_XPI_MOZILLA_EXTRA_DIRS (OPTIONAL):
+# XXX: implement this!
+# defines extra directories to link the extension in.
+# usually xpi.mk creates the right links based on targetApplication
+# parsed in install.rdf; if you need more directories, use this.
+#
#
# Deprecated variables:
#