cheddar 66c2ea2ce3 1) Move doc/publications to top-level publications directory.
2) Move data_flow and segment propagation stuff to static.druid.io/docs/flow and remove from repository
2013-09-13 16:26:41 -05:00

13 lines
155 B
Makefile

all : druid.pdf
clean :
@rm -f *.aux *.bbl *.blg *.log
%.tex : %.bib
%.pdf : %.tex %.bib
lualatex $(*F)
bibtex $(*F)
lualatex $(*F)
lualatex $(*F)