Skip to content

Commit

Permalink
adding tikz-um.sty to the list of dependencies of the paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Jun 8, 2014
1 parent e67bf26 commit 9af0af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/module.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ MANUAL_SRC := \

PAPER_PDF := $(PDF_OUTPUT_DIR)/paper.pdf
PAPER_SRC := $(DIR)/paper.tex
PAPER_STY := $(DIR)/tikz-uml.sty

LATEX_TMP := \
$(patsubst %.pdf, %.aux, $(MANUAL_PDF) $(PAPER_PDF)) \
Expand Down Expand Up @@ -99,6 +100,6 @@ $(MANUAL_PDF): $(MANUAL_SRC)
bibtex $(shell echo $< | rev | cut -d. -f2 | rev)
pdflatex -output-directory $(PDF_OUTPUT_DIR) $<

$(PAPER_PDF): $(PAPER_SRC)
$(PAPER_PDF): $(PAPER_SRC) $(PAPER_STY)
pdflatex -output-directory $(PDF_OUTPUT_DIR) $<
pdflatex -output-directory $(PDF_OUTPUT_DIR) $<

0 comments on commit 9af0af1

Please sign in to comment.