summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-12-18 16:22:43 (GMT)
committerSteven Knight <knight@baldmt.com>2005-12-18 16:22:43 (GMT)
commit79f78fdb7145b36c6de7c1706750f25ae4fd780f (patch)
tree2dc03f8cf2aa2925f2ffafe78112f02971d35764 /src/engine
parent55dc7106f76b1d4bc3aaa1cfc4915cc3715f19a6 (diff)
downloadSCons-79f78fdb7145b36c6de7c1706750f25ae4fd780f.zip
SCons-79f78fdb7145b36c6de7c1706750f25ae4fd780f.tar.gz
SCons-79f78fdb7145b36c6de7c1706750f25ae4fd780f.tar.bz2
Update the bin/restore.sh script for more complete conversion of substituted __*__ variables. Put proper __COPYRIGHT__ and __revision__ templates in LaTeXTests.py.
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/SCons/Scanner/LaTeXTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Scanner/LaTeXTests.py b/src/engine/SCons/Scanner/LaTeXTests.py
index 1f1861e..45a387a 100644
--- a/src/engine/SCons/Scanner/LaTeXTests.py
+++ b/src/engine/SCons/Scanner/LaTeXTests.py
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2005 The SCons Foundation
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -21,7 +21,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
-__revision__ = ""
+__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import os.path
import string