changeset 12:8601a00a2ec1

add pdf, fix Makefiles
author oc
date Tue, 17 Feb 2015 10:56:30 +0900
parents 16c5f065f7e7
children 1cec12b2d078
files paper/Makefile paper/thesis-paper.pdf prepaper/2015_final_pre.pdf prepaper/Makefile
diffstat 4 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
Binary file paper/thesis-paper.pdf has changed
Binary file prepaper/2015_final_pre.pdf has changed
--- 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 *~