mirror of https://github.com/CGAL/cgal
Rewrite the path of some images, in dynsections.js
This commit is contained in:
parent
1125f1afb0
commit
fbfe44ef4d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue