prog saved

This commit is contained in:
nam
2014-09-12 19:17:32 +09:00
parent 795a88d850
commit 36ae84607f
5 changed files with 357 additions and 278 deletions

View File

@@ -5,7 +5,7 @@ TARGET= $(DOCNAME).pdf
default: $(TARGET)
$(TARGET): $(INPUT) Makefile chapters/*.tex custom_macro.tex mythesis.sty
$(TARGET): $(INPUT) Makefile chapters/*.tex custom_macro.tex mythesis.sty raw/*
@rm -f $(DOCNAME).{aux,toc,lof,lot}
pdflatex $< && bibtex $(DOCNAME) && pdflatex $< && pdflatex $<