changeset 145:0e0b389d2ee4

add Makefile
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Sat, 06 Jan 2018 18:57:26 +0900
parents 060202b21724
children a2aaf1d0bf01
files paper/Makefile
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/paper/Makefile	Mon Feb 27 20:29:43 2017 +0900
+++ b/paper/Makefile	Sat Jan 06 18:57:26 2018 +0900
@@ -1,5 +1,5 @@
 # Settings
-TARGET=atton-master
+TARGET=nozomi-master
 BIBTEX=pbibtex
 BB=extractbb
 
@@ -17,16 +17,13 @@
 
 $(TARGET).dvi : $(wildcard *.tex) $(FIGURES_FOR_TEX) $(SOURCES_FOR_TEX)
 	platex  $(TARGET).tex
-	$(BIBTEX) $(TARGET)
+	#$(BIBTEX) $(TARGET)
 	platex  $(TARGET).tex
 	platex  $(TARGET).tex
 
 %.xbb: %.pdf
 	$(BB) $<
 
-%.agda.replaced: %.agda
-	ruby escape_agda.rb $<
-
 
 # commands
 .PHONY : clean all open remake