Add ppt2eps tool set.
2 SRCTEX = $(TARGET).tex file1.tex file2.tex
3 SRCFIG = fig/fig_file1.ppt fig/fig_file2.ppt
5 SRCFIG_DIGEST = $(SRCFIG:.ppt=.md5)
7 PRN2EPS = c:/cygwin/home/swk/lib/tex/prn2eps.pl
8 PPTPRINT = c:/cygwin/home/swk/lib/tex/ppt_printout_ps.vbs
13 # $(TARGET).pdf: $(TARGET).dvi
14 # dvipsk -Pdl $(TARGET).dvi
15 # -pdfclose --file $(TARGET).pdf
16 # cygstart $(TARGET).ps
17 # @while test ! -e $(TARGET).pdf; do echo -n .; sleep 2; done
20 $(TARGET).pdf: $(TARGET).dvi
21 -pdfclose --file $(TARGET).pdf
23 pdfopen --file $(TARGET).pdf --back
25 $(TARGET).dvi: $(SRCTEX) $(SRCMISC) $(SRCFIG_DIGEST)
30 grep Warning $(TARGET).log
36 wscript $(PPTPRINT) `cygpath -wa $<` `cygpath -wa $*.prn` > $*.note.txt