# HG changeset patch # User oc # Date 1424138190 -32400 # Node ID 8601a00a2ec152ea15c017a6dc1fa1973d21acc1 # Parent 16c5f065f7e761947bdb6451379f4c9713b076e5 add pdf, fix Makefiles diff -r 16c5f065f7e7 -r 8601a00a2ec1 paper/Makefile --- a/paper/Makefile Tue Feb 17 10:53:45 2015 +0900 +++ b/paper/Makefile Tue Feb 17 10:56:30 2015 +0900 @@ -64,9 +64,6 @@ @if [ -f $(TARGET).dvi ];\ then $(RM) $(TARGET).dvi;\ fi - @if [ -f $(TARGET).pdf ];\ - then $(RM) $(TARGET).pdf;\ - fi @if [ -f $(TARGET).out ];\ then $(RM) $(TARGET).out;\ fi diff -r 16c5f065f7e7 -r 8601a00a2ec1 paper/thesis-paper.pdf Binary file paper/thesis-paper.pdf has changed diff -r 16c5f065f7e7 -r 8601a00a2ec1 prepaper/2015_final_pre.pdf Binary file prepaper/2015_final_pre.pdf has changed diff -r 16c5f065f7e7 -r 8601a00a2ec1 prepaper/Makefile --- a/prepaper/Makefile Tue Feb 17 10:53:45 2015 +0900 +++ b/prepaper/Makefile Tue Feb 17 10:56:30 2015 +0900 @@ -16,4 +16,3 @@ clean: rm -f $(TARGET).dvi $(TARGET).aux $(TARGET).log - rm -f $(TARGET).pdf *~