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:
commit
07150cd460
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user