Mercurial > hg > Papers > 2011 > yuu-thesis
view Makefile @ 3:cf4023c9f88d
thesis commit
author | Yu Taninari <you@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 28 Jul 2012 05:23:54 +0900 |
parents | 16380f303b92 |
children |
line wrap: on
line source
TARGET=yuu-preliminary EPS=$(shell ls ./fig/*.eps) PDF=$(EPS:%.eps=%.pdf) .SUFFIXES: .eps .pdf all: $(TARGET).pdf $(TARGET).pdf: $(TARGET).dvi dvipdfmx $(TARGET).dvi open $(TARGET).pdf $(TARGET).dvi: $(TARGET).tex platex $(TARGET).tex .eps.pdf: epspdf $< clean: rm *.{log,aux,dvi,pdf}