Mercurial > hg > Papers > 2012 > sugi-prosym
changeset 3:d0a3f3122885
remove makefile
author | e095732 <e095732@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 18 Nov 2012 02:33:16 +0900 |
parents | 4c27fee80b5a |
children | 88a77b2c92ea |
files | Paper/Makefile Paper/sugi-prosym.tex |
diffstat | 2 files changed, 1 insertions(+), 26 deletions(-) [+] |
line wrap: on
line diff
--- a/Paper/Makefile Sun Nov 18 02:16:33 2012 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -TARGET=sugi-prosym - -LATEX=platex -BIBTEX=pbibtex -DVIPDF=dvipdfmx - -.SUFFIXES: .tex .div .pdf - -.tex.dvi: - $(LATEX) $< - $(BIBTEX) $(TARGET) - $(LATEX) $< - $(LATEX) $< - -.dvi.pdf: - $(DVIPDF) $(DVIPDF_OPT) $< - -all: $(TARGET).pdf - open $(TARGET).pdf - -dvi: $(TARGET).div - -pdf: $(TARGET).pdf - -clean: - rm *.{log,aux,dvi,pdf,bbl,blg} \ No newline at end of file