Skip to content

Commit

Permalink
Fix scons devDocs so that it includes docs for mathPres package.
Browse files Browse the repository at this point in the history
Also updated URLs and copyright years.
  • Loading branch information
josephsl authored and jcsteh committed Dec 22, 2016
1 parent 62e6839 commit 71863fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sconstruct
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###
#This file is a part of the NVDA project.
#URL: http://www.nvda-project.org/
#Copyright 2010-2014 NV Access Limited.
#URL: http://www.nvaccess.org/
#Copyright 2010-2016 NV Access Limited.
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU General Public License version 2.0, as published by
#the Free Software Foundation.
Expand Down Expand Up @@ -344,9 +344,9 @@ devDocs_nvda = env.Command(devDocsOutputDir.Dir("nvda"), None, [[
sys.executable, "-c", "import sourceEnv; from epydoc.cli import cli; cli()",
"--output", "${TARGET.abspath}",
"--quiet", "--html", "--include-log", "--no-frames",
"--name", "NVDA", "--url", "http://www.nvda-project.org/",
"--name", "NVDA", "--url", "http://www.nvaccess.org/",
"*.py", "appModules", "brailleDisplayDrivers", r"comInterfaces\__init__.py",
"config", "globalPlugins", "gui", "NVDAObjects",
"config", "globalPlugins", "gui", "mathPres", "NVDAObjects",
"synthDrivers", "textInfos", "virtualBuffers",
]])

Expand Down

0 comments on commit 71863fc

Please sign in to comment.