19
19
# JS_DIRSET is a tuple of the dir where the code exists, and the name of the
20
20
# symlink it should be linked as in the icing build directory.
22
(os.path.join('lib', 'lp', 'code', 'javascript'), 'code'),]
22
(os.path.join('lib', 'lp', 'code', 'javascript'), 'code'),
23
(os.path.join('lib', 'lp', 'registry', 'javascript'), 'registry'),
23
25
ICING_ROOT = os.path.join(TOP, 'lib', 'canonical', 'launchpad', 'icing')
24
26
ICING_BUILD = os.path.join(ICING_ROOT, 'build')