From: Wolfgang Bangerth Date: Tue, 26 Sep 2023 18:07:09 +0000 (-0600) Subject: Also rename intro2toc -> intro2toc.pl. X-Git-Tag: relicensing~464^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16048%2Fhead;p=dealii.git Also rename intro2toc -> intro2toc.pl. --- diff --git a/doc/doxygen/scripts/intro2toc b/doc/doxygen/scripts/intro2toc.pl similarity index 100% rename from doc/doxygen/scripts/intro2toc rename to doc/doxygen/scripts/intro2toc.pl diff --git a/doc/doxygen/scripts/make_step.pl b/doc/doxygen/scripts/make_step.pl index 36e40315ff..9ba4a3df15 100644 --- a/doc/doxygen/scripts/make_step.pl +++ b/doc/doxygen/scripts/make_step.pl @@ -54,7 +54,7 @@ print
  • Introduction "; -system $^X, "$cmake_source_dir/doc/doxygen/scripts/intro2toc", "$cmake_source_dir/examples/$step/doc/intro.dox"; +system $^X, "$cmake_source_dir/doc/doxygen/scripts/intro2toc.pl", "$cmake_source_dir/examples/$step/doc/intro.dox"; print "
  • The commented program\n"; @@ -65,7 +65,7 @@ print
  • Results "; -system $^X, "$cmake_source_dir/doc/doxygen/scripts/intro2toc", "$cmake_source_dir/examples/$step/doc/results.dox"; +system $^X, "$cmake_source_dir/doc/doxygen/scripts/intro2toc.pl", "$cmake_source_dir/examples/$step/doc/results.dox"; print "
  • The plain program @@ -73,7 +73,7 @@ print \@endhtmlonly "; -system $^X, "$cmake_source_dir/doc/doxygen/scripts/create_anchors", "$cmake_source_dir/examples/$step/doc/intro.dox"; +system $^X, "$cmake_source_dir/doc/doxygen/scripts/create_anchors.pl", "$cmake_source_dir/examples/$step/doc/intro.dox"; # Start the commented program by writing two empty lines. We have had @@ -92,7 +92,7 @@ print " *

    The commented program

    \n"; system $^X, "$cmake_source_dir/doc/doxygen/scripts/program2doxygen.pl", "$cmake_source_dir/examples/$step/$step.cc"; -system $^X, "$cmake_source_dir/doc/doxygen/scripts/create_anchors", "$cmake_source_dir/examples/$step/doc/results.dox"; +system $^X, "$cmake_source_dir/doc/doxygen/scripts/create_anchors.pl", "$cmake_source_dir/examples/$step/doc/results.dox"; # Move to the stripped, plain program. The same principle as above diff --git a/doc/doxygen/tutorial/CMakeLists.txt b/doc/doxygen/tutorial/CMakeLists.txt index 240fb77857..5f94472d55 100644 --- a/doc/doxygen/tutorial/CMakeLists.txt +++ b/doc/doxygen/tutorial/CMakeLists.txt @@ -137,8 +137,8 @@ foreach(_step ${_deal_ii_steps}) ${CMAKE_CURRENT_BINARY_DIR} DEPENDS ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/make_step.pl - ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/intro2toc - ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/create_anchors + ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/intro2toc.pl + ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/create_anchors.pl ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2doxygen.pl ${CMAKE_SOURCE_DIR}/examples/${_step}/${_step}.cc ${CMAKE_SOURCE_DIR}/examples/${_step}/doc/intro.dox