projects
/
lectures
/
latex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd8a6a
)
Makefile adopted to xelatex
author
hackbard
<hackbard@tx2.hackdaworld.org>
Fri, 29 Jul 2011 20:44:15 +0000
(22:44 +0200)
committer
hackbard
<hackbard@tx2.hackdaworld.org>
Fri, 29 Jul 2011 20:44:15 +0000
(22:44 +0200)
cv/Makefile
patch
|
blob
|
history
diff --git
a/cv/Makefile
b/cv/Makefile
index 64b4e53a9d74b2d3510add315a04e276853d166a..95daeb0f560e63294594194762cb5c5aba743ac0 100644
(file)
--- a/
cv/Makefile
+++ b/
cv/Makefile
@@
-1,9
+1,5
@@
# Makefile
LATEX = xelatex
-DVIPS = dvips -tlandscape
-DVIPDF= dvipdf
-PS2PDF = ps2pdf
-PDFLATEX = pdflatex
BIBTEX = bibtex
SRC = cv.tex
@@
-11,17
+7,11
@@
PDF = $(SRC:%.tex=%.pdf)
all: $(PDF)
-%.
dvi
: %.tex
+%.
pdf
: %.tex
$(LATEX) $<
$(BIBTEX) $(SRC:%.tex=%)
$(LATEX) $<
$(LATEX) $<
-%.ps: %.dvi
- $(DVIPS) $<
-
-%.pdf: %.dvi
- $(DVIPDF) $<
-
clean:
rm -f *.log *.aux *.blg *.lof *.ps *.pdf *.toc *.bbl