2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-28 23:37:57 +02:00
LaTeX-examples/documents/cv-curriculum-vitae/Makefile

10 lines
220 B
Makefile
Raw Normal View History

2012-12-20 19:51:28 +01:00
SOURCE = cv-curriculum-vitae
make:
#convert -page A4 zeugnis-1-improved.jpg zeugnis-2-improved.jpg -format pdf zeugnis.pdf
xelatex $(SOURCE).tex
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.out