Started writing finally
This commit is contained in:
10
Makefile
10
Makefile
@@ -18,12 +18,18 @@ $(NOTES_PDFS): $(NOTES)
|
||||
-f markdown $< \
|
||||
-o $@
|
||||
|
||||
$(THESIS_PDF): $(THESIS)
|
||||
thesis_pdf/:
|
||||
mkdir $@
|
||||
|
||||
$(THESIS_PDF): $(THESIS) thesis_pdf/
|
||||
xelatex $<
|
||||
rm thesis.aux thesis.log thesis.toc
|
||||
xelatex $<
|
||||
mv thesis.* thesis_pdf/
|
||||
cp thesis_pdf/thesis.pdf .
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
clean:
|
||||
rm -rf $(THESIS_PDF)
|
||||
rm -rf $(NOTES_PDFS)
|
||||
rm -rf thesis_pdf
|
||||
|
||||
Reference in New Issue
Block a user