cookbook/plants/Makefile
Anna Schumaker 653ee7d495 Convert Baked Peppers and Onions recipe to TeX
And add it in the Plants section.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-06-27 09:36:24 -04:00

12 lines
184 B
Makefile

SOURCES = $(sort $(wildcard *.tex))
OBJECTS = $(patsubst %.tex, %.pdf, $(SOURCES))
all:
latexmk -pdf $(SOURCES)
pdfjoin -o plants.pdf $(OBJECTS)
clean:
latexmk -C
rm plants.pdf