Fix libraries
This commit is contained in:
11
lib/latex-common/Makefile
Normal file
11
lib/latex-common/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
SRCS=$(shell find examples -type f -name "*.tex")
|
||||
PDFS=$(shell echo $(SRCS:.tex=.pdf) | sed -e "s/examples\\///g")
|
||||
|
||||
all: $(PDFS)
|
||||
|
||||
%.pdf: examples/%.tex
|
||||
latexmk $<
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
|
||||
Reference in New Issue
Block a user