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)
commit4d42bf663f2d069c8dc52ccc3130af9b8c84edae (patch)
tree2dc03f8cf2aa2925f2ffafe78112f02971d35764 /src/engine
parent745e6b9664e75e82cd4b8817f4e89ce709609a7a (diff)
downloadSCons-4d42bf663f2d069c8dc52ccc3130af9b8c84edae.zip
SCons-4d42bf663f2d069c8dc52ccc3130af9b8c84edae.tar.gz
SCons-4d42bf663f2d069c8dc52ccc3130af9b8c84edae.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