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:
parent
74774992db
commit
c464df9549
@ -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
|
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)
|
export LATEX2HTMLDIR=$(pwd)
|
||||||
cd docs
|
cd docs
|
||||||
make L2H="../latex2html -nouse_pdftex -test_mode" html
|
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
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user