Initial commit of master's thesis
This is the version I submitted to RWTH Aachen University at November 9, 2018.
This commit is contained in:
12
images/Makefile
Normal file
12
images/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
SRCS = $(wildcard *.odg)
|
||||
PDFS = $(patsubst %.odg,%.pdf,$(SRCS))
|
||||
|
||||
all: $(PDFS)
|
||||
|
||||
%.pdf: %.odg
|
||||
libreoffice --convert-to pdf $<
|
||||
|
||||
clean:
|
||||
rm -f *.pdf
|
||||
|
||||
.PHONE: clean
|
Reference in New Issue
Block a user