rename conceptify to html_output_post_processing

This commit is contained in:
Sébastien Loriot 2012-11-01 08:57:37 +00:00
parent d163ad1ce3
commit f183868935
3 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -2312,7 +2312,6 @@ Documentation/biblio/how_to_cite.html -text
Documentation/biblio/how_to_cite_cgal.txt -text Documentation/biblio/how_to_cite_cgal.txt -text
Documentation/biblio/makebiblio -text Documentation/biblio/makebiblio -text
Documentation/cgal_stylesheet.css -text Documentation/cgal_stylesheet.css -text
Documentation/conceptify.py -text
Documentation/doc/Developer_manual/Chapter_checks.txt -text Documentation/doc/Developer_manual/Chapter_checks.txt -text
Documentation/doc/Developer_manual/Chapter_code_format.txt -text Documentation/doc/Developer_manual/Chapter_code_format.txt -text
Documentation/doc/Developer_manual/Chapter_debugging.txt -text Documentation/doc/Developer_manual/Chapter_debugging.txt -text
@ -2353,6 +2352,7 @@ Documentation/hacks.js -text
Documentation/header.html -text Documentation/header.html -text
Documentation/header_package.html -text Documentation/header_package.html -text
Documentation/how_to_cite_cgal.bib -text Documentation/how_to_cite_cgal.bib -text
Documentation/html_output_post_processing.py -text
Documentation/pkglist_filter -text Documentation/pkglist_filter -text
Documentation/pkglist_filter.bat eol=crlf Documentation/pkglist_filter.bat eol=crlf
Documentation/pkglist_filter.sh -text Documentation/pkglist_filter.sh -text

View File

@ -142,7 +142,7 @@ def main():
# two runs are required, one to build the tags, the next to actually use them # two runs are required, one to build the tags, the next to actually use them
run_doxyassist(doxyassist, doxygen) run_doxyassist(doxyassist, doxygen)
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() d, sum=write_report()
version_string,version_date=get_version() version_string,version_date=get_version()