projects
/
thesis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d28013
)
build-asy.py: Follow symlinks when walking the figure tree
author
W. Trevor King
<wking@tremily.us>
Wed, 12 Jun 2013 03:16:09 +0000
(23:16 -0400)
committer
W. Trevor King
<wking@tremily.us>
Wed, 12 Jun 2013 03:16:09 +0000
(23:16 -0400)
This makes it easier to use my hacked-together build.sh until I have
time to fix the SCons build.
src/figures/asy/build-asy.py
patch
|
blob
|
history
diff --git
a/src/figures/asy/build-asy.py
b/src/figures/asy/build-asy.py
index 675860dd461e5901d3ffcfca61cfaba4d6a1afb9..705eb89464df7ed5630208067162e1a6eae2ea9e 100755
(executable)
--- a/
src/figures/asy/build-asy.py
+++ b/
src/figures/asy/build-asy.py
@@
-36,7
+36,7
@@
def file_hash(path):
def find_originals(root):
originals = {}
- for dirpath,dirnames,filenames in _os.walk(root):
+ for dirpath,dirnames,filenames in _os.walk(root
, followlinks=True
):
if dirpath == _os_path.abspath(asydir):
continue
for filename in filenames: