From f183868935b5b1134ad7571b0c9be7744e0bcab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 1 Nov 2012 08:57:37 +0000 Subject: [PATCH] rename conceptify to html_output_post_processing --- .gitattributes | 2 +- Documentation/{conceptify.py => html_output_post_processing.py} | 0 Documentation/testsuite.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Documentation/{conceptify.py => html_output_post_processing.py} (100%) diff --git a/.gitattributes b/.gitattributes index fc5e5f52a40..d7736a95982 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/Documentation/conceptify.py b/Documentation/html_output_post_processing.py similarity index 100% rename from Documentation/conceptify.py rename to Documentation/html_output_post_processing.py diff --git a/Documentation/testsuite.py b/Documentation/testsuite.py index 7357f29377b..f2e08b5ce8d 100755 --- a/Documentation/testsuite.py +++ b/Documentation/testsuite.py @@ -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()