]> git.parisson.com Git - telemeta-doc.git/commitdiff
FMA_2014 : Add Makefile for pdflatex
authorThomas Fillon <thomas@parisson.com>
Tue, 10 Jun 2014 11:28:31 +0000 (13:28 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 10 Jun 2014 11:28:31 +0000 (13:28 +0200)
Conferences/2014_FMA/Makefile [new file with mode: 0644]

diff --git a/Conferences/2014_FMA/Makefile b/Conferences/2014_FMA/Makefile
new file mode 100644 (file)
index 0000000..4784d51
--- /dev/null
@@ -0,0 +1,14 @@
+MAIN_FILE = fma2014_Telemeta
+
+pdf:
+       echo ${MAIN_FILE}.tex
+       pdflatex ${MAIN_FILE}.tex
+       bibtex ${MAIN_FILE}.aux
+       pdflatex ${MAIN_FILE}.tex
+       bibtex ${MAIN_FILE}.aux
+       pdflatex ${MAIN_FILE}.tex
+       pdflatex ${MAIN_FILE}.tex
+
+clean:
+
+       rm -f *.aux *.bbl *.blg *.bst *.dvi *.idx *.lof *.log *.toc *.out  *.ind *.ilg *~