summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-20 14:57:26 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-20 14:57:26 +0000
commitf89577bc77ea81180706328f11a4cb14445a2f56 (patch)
tree086a76881c20124e84c60aead5ec0d01ad6eb86a /docs
parentf2c55124a3a2d9ebe3be02f5f3570f1c333c9559 (diff)
downloadlasso-f89577bc77ea81180706328f11a4cb14445a2f56.tar.gz
lasso-f89577bc77ea81180706328f11a4cb14445a2f56.tar.xz
lasso-f89577bc77ea81180706328f11a4cb14445a2f56.zip
file moved
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/lasso-book/check-functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lasso-book/check-functions.py b/docs/lasso-book/check-functions.py
index 86d68e01..87a968b8 100755
--- a/docs/lasso-book/check-functions.py
+++ b/docs/lasso-book/check-functions.py
@@ -14,7 +14,7 @@ for line in file(sys.argv[1]):
for f in re.findall(r"(lasso_[a-zA-Z_]+?)\(", line):
functions[f] = 1
-known_symbols = [x.strip() for x in file("../reference/lasso-decl-list.txt")]
+known_symbols = [x.strip() for x in file("../reference/build/lasso-decl-list.txt")]
for f in functions:
if not f in known_symbols: