On Wed, 03 May 2006 at 08:22PM -0500, dan wrote: > (I attached it, if anyone's curious.) This time, I really did attach it... Dan -- Ceci n'est pas une .signature. -------------- next part -------------- doc=0main bibfile=thesis.bib figs=$(shell find -name '*.fig') deps=$(bibfile) $(figs:.fig=.pstex_t) $(shell find -name '*.tex') all: $(doc).dvi # generic rules to compile stuff to ps, pdf, or dvi. %.ps: %.dvi @dvips $< %.pdf: %.dvi @pdflatex $(<:.dvi=.tex) 0main.dvi: $(doc).tex $(deps) @rubber --force $(<:.dvi=.tex) %.pstex_t: %.fig @pstexify $< %.bib: # convenient rules to make pdfs or postscript of everything pdf: $(doc).pdf ps: $(doc).ps dvi: $(doc).dvi small: ps mpage -2 -o -M-60 $(doc).ps > small.ps tags: $(doc).tex $(bib) @~/.vim/ltags $(doc).tex clean: @latexcleanup clean . @echo Deleting tags file... @rm -f tags @echo Deleting small.ps... @rm -f small.ps -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: Digital signature Url : http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20060503/65a4c53e/attachment.pgp