diff -r 8b90d57759c9 -r 105778ace30a tex/Makefile.sample --- a/tex/Makefile.sample Mon Sep 13 03:54:21 2010 +0900 +++ b/tex/Makefile.sample Sun Sep 19 05:55:48 2010 +0900 @@ -6,16 +6,18 @@ PRN2EPS = c:/cygwin/home/swk/lib/tex/prn2eps.pl PPTPRINT = c:/cygwin/home/swk/lib/tex/ppt_printout_ps.vbs +PRINTER = "Generic PostScript Writer" dvi: $(TARGET).dvi pdf: $(TARGET).pdf -# $(TARGET).pdf: $(TARGET).dvi +#$(TARGET).pdf: $(TARGET).dvi # dvipsk -Pdl $(TARGET).dvi # -pdfclose --file $(TARGET).pdf # cygstart $(TARGET).ps # @while test ! -e $(TARGET).pdf; do echo -n .; sleep 2; done # rm $(TARGET).ps +# pdfopen --file $(TARGET).pdf --back $(TARGET).pdf: $(TARGET).dvi -pdfclose --file $(TARGET).pdf @@ -27,10 +29,10 @@ # jbibtex $(TARGET) # platex $(TARGET) platex $(TARGET) - grep Warning $(TARGET).log + -grep Warning $(TARGET).log %.md5: %.prn $(PRN2EPS) $< %.prn: %.ppt - wscript $(PPTPRINT) `cygpath -wa $<` `cygpath -wa $*.prn` > $*.note.txt + wscript $(PPTPRINT) $(PRINTER) `cygpath -wa $<` `cygpath -wa $*.prn` > $*.note.txt