From: <ki...@us...> - 2003-04-02 19:23:14
|
Update of /cvsroot/pymerase/Docs/faq In directory sc8-pr-cvs1:/tmp/cvs-serv16576 Modified Files: Makefile Log Message: dvipdf produced bad pdf files, now using pdflatex. Index: Makefile =================================================================== RCS file: /cvsroot/pymerase/Docs/faq/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 21 Mar 2003 02:58:42 -0000 1.2 --- Makefile 2 Apr 2003 19:23:09 -0000 1.3 *************** *** 1,7 **** ! pymerase-faq.pdf: faq.tex ! latex faq.tex latex faq.tex ! dvipdf faq.dvi pymerase-faq.pdf ! gv pymerase-faq.pdf html: --- 1,6 ---- ! faq.pdf: faq.tex latex faq.tex ! pdflatex faq.tex ! gv faq.pdf html: |