new branch for CV, starts with BU CV
This commit is contained in:
20
cv/bu_pd/Makefile
Normal file
20
cv/bu_pd/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
DOC=cv
|
||||
INPUT=$(DOC).tex
|
||||
TARGET=$(DOC).pdf
|
||||
TEX=pdflatex
|
||||
|
||||
default: $(TARGET)
|
||||
|
||||
$(TARGET): $(INPUT) Makefile *.bib
|
||||
# $(TEX) $< && $(TEX) $<
|
||||
$(TEX) $<
|
||||
bibtex jrnl.aux
|
||||
bibtex thes.aux
|
||||
bibtex proc.aux
|
||||
$(TEX) $<
|
||||
$(TEX) $<
|
||||
$(TEX) soi.tex
|
||||
|
||||
clean:
|
||||
rm -f $(DOC).{pdf,out,aux,log}
|
||||
rm -f *.{pdf,out,aux,log,bbl,blg}
|
||||
Reference in New Issue
Block a user