Mercurial > hg > Papers > 2015 > oc-thesis
view prepaper/Makefile @ 12:8601a00a2ec1
add pdf, fix Makefiles
author | oc |
---|---|
date | Tue, 17 Feb 2015 10:56:30 +0900 |
parents | 16c5f065f7e7 |
children |
line wrap: on
line source
TARGET=2015_final_pre TEX=platex DVIPDF=dvipdfmx .SUFFIXES: .tex .dvi all: pdf# $(TARGET).ps open $(TARGET).pdf dvi: $(TEX) $(TARGET) pdf: dvi $(DVIPDF) $(TARGET) clean: rm -f $(TARGET).dvi $(TARGET).aux $(TARGET).log