diff --git a/latex2html.changes b/latex2html.changes index 1d0d5a0..6b7de5e 100644 --- a/latex2html.changes +++ b/latex2html.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 09:33:39 UTC 2024 - Bernhard Wiedemann + +- Remove .log files during build + ------------------------------------------------------------------- Wed Feb 14 13:50:10 UTC 2024 - pgajdos@suse.com diff --git a/latex2html.spec b/latex2html.spec index ccd0eb7..bfc2cbb 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -77,7 +77,7 @@ This subpackage contains the documentation for the Latex2HTML converter. export LATEX2HTMLDIR=$(pwd) cd docs make L2H="../latex2html -nouse_pdftex -test_mode" html -find manual -name "*.old" -delete +find manual \( -name "*.old" -o -name "*.log" -o -name "*.aux" -o -name WARNINGS \) -delete %install %make_install