]> AND Private Git Repository - book_gpu.git/blobdiff - BookGPU/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[book_gpu.git] / BookGPU / Makefile
index 22e9fd752bc52d0edc1c2c80b4270aa279744a73..401df60117422bf8d65b971edb3d1fb495078b9c 100644 (file)
@@ -31,8 +31,12 @@ all:
        makeindex  ${BOOK}.idx
        pdflatex ${BOOK}
        pdflatex ${BOOK}
+       cp BookGPU.toc_new  BookGPU.toc   #copy the corrected toc
+
+       pdflatex ${BOOK}
 #      dvipdf ${BOOK}
 
 clean:
-       rm -rf *~ *.aux *.bbl *.blg *.dvi *.lon *.not *.lof *.log *.lot *.toc *.ind *.idx *.ilg 
+       rm -rf *~ *.aux *.bbl *.blg *.dvi *.lon *.not *.lof *.log *.lot *.toc *.ind *.idx *.ilg *.aux
+       find . -name "*aux"  -print |xargs rm