Rewrite the path of some images, in dynsections.js

This commit is contained in:
Laurent Rineau 2012-11-09 08:39:25 +00:00
parent 1125f1afb0
commit fbfe44ef4d
1 changed files with 6 additions and 0 deletions

View File

@ -219,6 +219,12 @@ removes some unneeded files, and performs minor repair on some glitches.''')
for fn in filesjs_files:
re_replace_in_file('^.*\[ "Concepts",.*$', '', fn)
dynsections_files=glob.glob('./CGAL.CGAL.*/html/dynsections.js')
for fn in filesjs_files:
re_replace_in_file("'src','ftv2",
"'src','../../CGAL.CGAL/html/ftv2",
fn)
# external is placed by doxygen to mark a class from a tagfile, this
# is more confusing then helpful in our case