SHA256
1
0
forked from pool/latex2html

Accepting request 1151123 from Publishing

Remove .log files during build
for reproducible packages even with --nocheck (forwarded request 1150775 from bmwiedemann)

OBS-URL: https://build.opensuse.org/request/show/1151123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/latex2html?expand=0&rev=48
This commit is contained in:
Ana Guerrero 2024-02-27 21:44:01 +00:00 committed by Git OBS Bridge
commit 07150cd460
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