]> 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..a444ead71eda1bbac2447670a92ec9e039e5fb62 100644 (file)
@@ -30,9 +30,15 @@ all:
 
        makeindex  ${BOOK}.idx
        pdflatex ${BOOK}
+       pdflatex ${BOOK}
+       cp BookGPU.toc  BookGPU.toc_old   
+       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