mirror of https://github.com/CGAL/cgal
rename conceptify to html_output_post_processing
This commit is contained in:
parent
d163ad1ce3
commit
f183868935
|
|
@ -2312,7 +2312,6 @@ Documentation/biblio/how_to_cite.html -text
|
|||
Documentation/biblio/how_to_cite_cgal.txt -text
|
||||
Documentation/biblio/makebiblio -text
|
||||
Documentation/cgal_stylesheet.css -text
|
||||
Documentation/conceptify.py -text
|
||||
Documentation/doc/Developer_manual/Chapter_checks.txt -text
|
||||
Documentation/doc/Developer_manual/Chapter_code_format.txt -text
|
||||
Documentation/doc/Developer_manual/Chapter_debugging.txt -text
|
||||
|
|
@ -2353,6 +2352,7 @@ Documentation/hacks.js -text
|
|||
Documentation/header.html -text
|
||||
Documentation/header_package.html -text
|
||||
Documentation/how_to_cite_cgal.bib -text
|
||||
Documentation/html_output_post_processing.py -text
|
||||
Documentation/pkglist_filter -text
|
||||
Documentation/pkglist_filter.bat eol=crlf
|
||||
Documentation/pkglist_filter.sh -text
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ def main():
|
|||
# two runs are required, one to build the tags, the next to actually use them
|
||||
run_doxyassist(doxyassist, doxygen)
|
||||
run_doxyassist(doxyassist, doxygen)
|
||||
subprocess.call(['./conceptify.py', '--output', './output'])
|
||||
subprocess.call(['./html_output_post_processing.py', '--output', './output'])
|
||||
|
||||
d, sum=write_report()
|
||||
version_string,version_date=get_version()
|
||||
|
|
|
|||
Loading…
Reference in New Issue