-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# Created by Andre Anjos <[email protected]> | ||
# Wed 16 Jan 2013 18:00:08 CET | ||
|
||
MAINFILE=cv.tex snsf-cv.tex snsf-research-output.tex snsf-achievements.tex euraxess-cv.tex fapesp-cv.tex snsf-sinergia-cv.tex snsf-sinergia-achievements.tex biosketch.tex | ||
PDFFILE=$(MAINFILE:%.tex=%.pdf) | ||
.PHONY : FORCE_MAKE filtered.bib clean | ||
|
||
all: $(PDFFILE) | ||
all: | ||
latexmk | ||
|
||
%.pdf: %.tex FORCE_MAKE | ||
latexmk $< | ||
|
@@ -17,6 +16,6 @@ snsf-research-output.pdf: snsf-research-output.tex filtered.bib FORCE_MAKE | |
latexmk $< | ||
|
||
clean: | ||
latexmk -C $(MAINFILE) | ||
latexmk -C | ||
@rm -vf $(PDFFILE) | ||
@rm -vf $(shell find . -name "*~") filtered.bib |