1.1 --- a/tex/Makefile.sample Mon Sep 13 03:54:21 2010 +0900
1.2 +++ b/tex/Makefile.sample Sun Sep 19 05:55:48 2010 +0900
1.3 @@ -6,16 +6,18 @@
1.4
1.5 PRN2EPS = c:/cygwin/home/swk/lib/tex/prn2eps.pl
1.6 PPTPRINT = c:/cygwin/home/swk/lib/tex/ppt_printout_ps.vbs
1.7 +PRINTER = "Generic PostScript Writer"
1.8
1.9 dvi: $(TARGET).dvi
1.10 pdf: $(TARGET).pdf
1.11
1.12 -# $(TARGET).pdf: $(TARGET).dvi
1.13 +#$(TARGET).pdf: $(TARGET).dvi
1.14 # dvipsk -Pdl $(TARGET).dvi
1.15 # -pdfclose --file $(TARGET).pdf
1.16 # cygstart $(TARGET).ps
1.17 # @while test ! -e $(TARGET).pdf; do echo -n .; sleep 2; done
1.18 # rm $(TARGET).ps
1.19 +# pdfopen --file $(TARGET).pdf --back
1.20
1.21 $(TARGET).pdf: $(TARGET).dvi
1.22 -pdfclose --file $(TARGET).pdf
1.23 @@ -27,10 +29,10 @@
1.24 # jbibtex $(TARGET)
1.25 # platex $(TARGET)
1.26 platex $(TARGET)
1.27 - grep Warning $(TARGET).log
1.28 + -grep Warning $(TARGET).log
1.29
1.30 %.md5: %.prn
1.31 $(PRN2EPS) $<
1.32
1.33 %.prn: %.ppt
1.34 - wscript $(PPTPRINT) `cygpath -wa $<` `cygpath -wa $*.prn` > $*.note.txt
1.35 + wscript $(PPTPRINT) $(PRINTER) `cygpath -wa $<` `cygpath -wa $*.prn` > $*.note.txt