diff yokou/Makefile @ 20:9752132ce763

modify yokou/Makefile
author Yuta AKAMINE <freddie@cr.ie.u-ryukyu.ac.jp>
date Sat, 28 Mar 2009 23:34:02 +0900
parents 6560f1f0c001
children
line wrap: on
line diff
--- a/yokou/Makefile	Sat Mar 28 23:10:06 2009 +0900
+++ b/yokou/Makefile	Sat Mar 28 23:34:02 2009 +0900
@@ -23,7 +23,9 @@
 dvi:
 	@echo "----------- make dvi file ($(TARGET).dvi) ----------"
 	$(LATEX) $(TARGET)
-
+#	$(BIBTEX) $(TARGET)
+	$(LATEX) $(TARGET)
+	$(LATEX) $(TARGET)
 pdf: dvi
 	$(DVIPDFM) $(DVIPDFMOPT) $(TARGET)