Remove now redundant EnsureSConsVersion() calls in SConscript files.
This commit is contained in:
parent
08ba416fae
commit
4a5b7e254e
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ Import("env")
|
|||
# Making the manual
|
||||
#
|
||||
if "manual" in COMMAND_LINE_TARGETS or "update-po4a" in COMMAND_LINE_TARGETS or "pot-update" in COMMAND_LINE_TARGETS:
|
||||
EnsureSConsVersion(0, 98, 0)
|
||||
env.Command("manual.en.xml", "manual.txt",
|
||||
"asciidoc -b docbook -d book -n -a toc -o $TARGET $SOURCE && dos2unix $TARGET")
|
||||
manuals = Glob("*.xml")
|
||||
|
|
|
@ -389,7 +389,6 @@ if env["svnrev"] != "" and env["svnrev"] != "exported":
|
|||
|
||||
sources = []
|
||||
if "TAGS" in COMMAND_LINE_TARGETS:
|
||||
EnsureSConsVersion(0, 98)
|
||||
sources = [ Glob(os.path.join(dir, pattern)) for dir in ["", "*", "*/*"] for pattern in ["*.cpp", "*.hpp"] ]
|
||||
|
||||
Export("sources")
|
||||
|
|
Loading…
Add table
Reference in a new issue