X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=makefile;h=f27941ddc2c6bb4e68d27b0c5ac35b8e49776d64;hb=805237efbb3c6316e09e136678d620734a0ce891;hp=24eaa97d69d9e9755f6c3e8a6e3959126c171426;hpb=93f7098cc855af1d119341686a69bb0442a63fcd;p=perso%2FDenise%2Faventuriers.git diff --git a/makefile b/makefile index 24eaa97..f27941d 100644 --- a/makefile +++ b/makefile @@ -9,14 +9,14 @@ html: aventuriers.html kindle: aventuriers.mobi aventuriers.mobi: html/aventuriers.html - ebook-convert html/aventuriers.html aventuriers.mobi + nice -19 ebook-convert html/aventuriers.html aventuriers.mobi aventuriers.pdf: $(LISTEFICHIERS) pdflatex aventuriers.tex aventuriers.html: $(LISTEFICHIERS) - htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode + nice -19 htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode ln -sf aventuriers.html html/index.html