Skip to content

Commit

Permalink
Drop t_docstring.expout
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Mar 21, 2024
1 parent 01cca6d commit 3f2212b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions python/test/t_docstring.expout

This file was deleted.

4 changes: 2 additions & 2 deletions utils/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ echo "Conversion of $module_oldname to $module_newname"
case $# in
2)

filelist_1="README.rst cmake/OTTemplateConfig.cmake.in CMakeLists.txt lib/CMakeLists.txt lib/include/CMakeLists.txt lib/include/ottemplate/OTTemplateprivate.hxx lib/include/ottemplate/OTTemplate.hxx lib/src/ottemplate/MyClass.hxx lib/src/MyClass.cxx lib/src/CMakeLists.txt lib/test/t_MyClass_std.cxx lib/test/CMakeLists.txt python/test/t_MyClass_std.py python/test/CMakeLists.txt python/src/__init__.py python/src/MyClass.i python/src/MyClass_doc.i.in python/src/CMakeLists.txt python/src/ottemplate_module.i distro/debian/changelog distro/debian/control distro/debian/rules distro/windows/installer.nsi distro/windows/README.txt python/doc/index.rst python/doc/conf.py.in python/doc/user_manual/user_manual.rst python/doc/developer_guide/architecture/architecture.rst distro/rpm/ottemplate.spec python/test/t_docstring.py"
filelist_1="README.rst cmake/OTTemplateConfig.cmake.in CMakeLists.txt lib/CMakeLists.txt lib/include/CMakeLists.txt lib/include/ottemplate/OTTemplateprivate.hxx lib/include/ottemplate/OTTemplate.hxx lib/src/ottemplate/MyClass.hxx lib/src/MyClass.cxx lib/src/CMakeLists.txt lib/test/t_MyClass_std.cxx lib/test/CMakeLists.txt python/test/t_MyClass_std.py python/test/CMakeLists.txt python/src/__init__.py python/src/MyClass.i python/src/MyClass_doc.i.in python/src/CMakeLists.txt python/src/ottemplate_module.i distro/debian/changelog distro/debian/control distro/debian/rules distro/windows/installer.nsi distro/windows/README.txt python/doc/index.rst python/doc/conf.py.in python/doc/user_manual/user_manual.rst python/doc/developer_guide/architecture/architecture.rst distro/rpm/ottemplate.spec python/test/t_docstring.py python/doc/examples/plot_example1.py .github/workflows/build.yml"
for file in $filelist_1
do
if test -f "$file"
Expand Down Expand Up @@ -94,7 +94,7 @@ case $# in



filelist_1="python/src/${module_newname}_module.i CMakeLists.txt python/src/MyClass.i python/src/MyClass_doc.i.in python/src/CMakeLists.txt lib/src/${module_newname}/MyClass.hxx lib/src/MyClass.cxx lib/include/${module_newname}/${module_Newname}.hxx lib/src/CMakeLists.txt lib/test/CMakeLists.txt lib/test/t_MyClass_std.cxx python/test/CMakeLists.txt python/test/t_MyClass_std.py python/doc/user_manual/user_manual.rst"
filelist_1="python/src/${module_newname}_module.i CMakeLists.txt python/src/MyClass.i python/src/MyClass_doc.i.in python/src/CMakeLists.txt lib/src/${module_newname}/MyClass.hxx lib/src/MyClass.cxx lib/include/${module_newname}/${module_Newname}.hxx lib/src/CMakeLists.txt lib/test/CMakeLists.txt lib/test/t_MyClass_std.cxx python/test/CMakeLists.txt python/test/t_MyClass_std.py python/doc/user_manual/user_manual.rst python/doc/examples/plot_example1.py"

for file in $filelist_1
do
Expand Down

0 comments on commit 3f2212b

Please sign in to comment.