SHA256
1
0
forked from pool/latex2html

Accepting request 1150775 from home:bmwiedemann:branches:Publishing

Remove .log files during build
for reproducible packages even with --nocheck

OBS-URL: https://build.opensuse.org/request/show/1150775
OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=61
This commit is contained in:
Petr Gajdos 2024-02-26 10:51:00 +00:00 committed by Git OBS Bridge
parent 74774992db
commit c464df9549
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 09:33:39 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Remove .log files during build
-------------------------------------------------------------------
Wed Feb 14 13:50:10 UTC 2024 - pgajdos@suse.com

View File

@ -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