Mercurial > hg > Papers > 2015 > atton-thesis
view Makefile @ 57:5f0e13923cfd
Fixes
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 16 Feb 2015 16:24:42 +0900 |
parents | bf136bd59e7a |
children |
line wrap: on
line source
# target name TARGET=main # dependencies $(TARGET).pdf : $(TARGET).dvi dvipdfmx $< $(TARGET).dvi : $(wildcard *.tex) $(wildcard fig/*.pdf) ruby replace_agda.rb platex $(TARGET).tex pbibtex $(TARGET) platex $(TARGET).tex platex $(TARGET).tex # commands .PHONY : clean all open remake setup clean: rm -f *.dvi *.aux *.log *.pdf *.ps *.gz *.bbl *.blg *.toc *~ *.core *.cpt *.lof *.lot *.lol *.bbl *.blg all: $(TARGET).pdf open: $(TARGET).pdf open $(TARGET).pdf remake: make clean make all setup: extractbb fig/*.pdf ruby replace_agda.rb