]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Rename perl scripts to include .pl as extension.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 26 Sep 2023 18:04:19 +0000 (12:04 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 26 Sep 2023 18:04:19 +0000 (12:04 -0600)
doc/doxygen/code-gallery/CMakeLists.txt
doc/doxygen/scripts/make_gallery.pl
doc/doxygen/scripts/make_step.pl
doc/doxygen/scripts/program2doxygen.pl [moved from doc/doxygen/scripts/program2doxygen with 100% similarity]
doc/doxygen/scripts/program2html.pl [moved from doc/doxygen/scripts/program2html with 100% similarity]
doc/doxygen/scripts/program2plain.pl [moved from doc/doxygen/scripts/program2plain with 100% similarity]
doc/doxygen/scripts/program2toc.pl [moved from doc/doxygen/scripts/program2toc with 100% similarity]
doc/doxygen/tutorial/CMakeLists.txt

index bf4479e52578c04ee2b24a917282d4b9433fee08..bd08375a4123b6b4af80495c326bceba138346ef 100644 (file)
@@ -129,7 +129,7 @@ if (EXISTS ${DEAL_II_CODE_GALLERY_DIRECTORY}/README.md)
         ${CMAKE_CURRENT_BINARY_DIR}
       DEPENDS
         ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/make_gallery.pl
-        ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2doxygen
+        ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2doxygen.pl
         ${_src_files}
       )
 
index 7b98c51d4ccb0d3f200425eb00fb1ed6d0507220..f48e5abdde56b9e3e93ee918baaba5128d6cc606 100644 (file)
@@ -163,7 +163,7 @@ foreach my $file (@src_files)
         print "<a name=\"ann-$file\"></a>\n";
         print "<h1>Annotated version of $file</h1>\n";
 
-        system $^X, "$cmake_source_dir/doc/doxygen/scripts/program2doxygen", "$gallery_dir/$file";
+        system $^X, "$cmake_source_dir/doc/doxygen/scripts/program2doxygen.pl", "$gallery_dir/$file";
 
         print "\n\n";
     }
index d995dc6a2cf0120d45f1837b4608f7311c4dc0c5..36e40315fff7622333d18b844da6c7ecf56d16cc 100644 (file)
@@ -58,7 +58,7 @@ system $^X, "$cmake_source_dir/doc/doxygen/scripts/intro2toc", "$cmake_source_di
 
 print "  <li> <a href=\"#CommProg\" class=bold>The commented program</a>\n";
 
-system $^X, "$cmake_source_dir/doc/doxygen/scripts/program2toc", "$cmake_source_dir/examples/$step/$step.cc";
+system $^X, "$cmake_source_dir/doc/doxygen/scripts/program2toc.pl", "$cmake_source_dir/examples/$step/$step.cc";
 
 print
 "</ol></td><td width=\"50%\" valign=\"top\"><ol>
@@ -90,7 +90,7 @@ print " *\n";
 print " * <a name=\"CommProg\"></a>\n";
 print " * <h1> The commented program</h1>\n";
 
-system $^X, "$cmake_source_dir/doc/doxygen/scripts/program2doxygen", "$cmake_source_dir/examples/$step/$step.cc";
+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";
 
index 5326c1e92fc97bf554d19c544181abcf17fd67b1..240fb7785787317eb751014c8a01d146e389fc1b 100644 (file)
@@ -117,11 +117,11 @@ foreach(_step ${_deal_ii_steps})
     OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_step}.cc
     COMMAND ${PERL_EXECUTABLE}
     ARGS
-      ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2plain
+      ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2plain.pl
       < ${CMAKE_SOURCE_DIR}/examples/${_step}/${_step}.cc
       > ${CMAKE_CURRENT_BINARY_DIR}/${_step}.cc
     DEPENDS
-      ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2plain
+      ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2plain.pl
       ${CMAKE_SOURCE_DIR}/examples/${_step}/${_step}.cc
     VERBATIM
     )
@@ -139,7 +139,7 @@ foreach(_step ${_deal_ii_steps})
       ${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/program2doxygen
+      ${CMAKE_SOURCE_DIR}/doc/doxygen/scripts/program2doxygen.pl
       ${CMAKE_SOURCE_DIR}/examples/${_step}/${_step}.cc
       ${CMAKE_SOURCE_DIR}/examples/${_step}/doc/intro.dox
       ${CMAKE_SOURCE_DIR}/examples/${_step}/doc/results.dox

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.