commit/addonTemplate: jteh: Ensure that the manifest is rebuilt if buildVars.py is updated.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 25 Aug 2016 06:27:40 -0000

1 new commit in addonTemplate:

https://bitbucket.org/nvdaaddonteam/addontemplate/commits/64f847032e43/
Changeset:   64f847032e43
Branch:      master
User:        jteh
Date:        2016-08-25 06:27:30+00:00
Summary:     Ensure that the manifest is rebuilt if buildVars.py is updated.

Affected #:  1 file

diff --git a/sconstruct b/sconstruct
index b77cfe6..c28510b 100644
--- a/sconstruct
+++ b/sconstruct
@@ -167,6 +167,8 @@ env.Depends(mergePot, i18nFiles)
 
 # Generate Manifest path
 manifest = env.NVDAManifest(os.path.join("addon", "manifest.ini"), 
os.path.join("manifest.ini.tpl"))
+# Ensure manifest is rebuilt if buildVars is updated.
+env.Depends(manifest, "buildVars.py")
 
 env.Depends(addon, manifest)
 env.Default(addon)

Repository URL: https://bitbucket.org/nvdaaddonteam/addontemplate/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/addonTemplate: jteh: Ensure that the manifest is rebuilt if buildVars.py is updated. - commits-noreply