[cig-commits] r11951 - short/3D/PyLith/trunk/doc/presentations/overview

brad at geodynamics.org brad at geodynamics.org
Sun May 11 14:59:54 PDT 2008


Author: brad
Date: 2008-05-11 14:59:54 -0700 (Sun, 11 May 2008)
New Revision: 11951

Removed:
   short/3D/PyLith/trunk/doc/presentations/overview/makefile
Log:
Removed obsolete makefile.

Deleted: short/3D/PyLith/trunk/doc/presentations/overview/makefile
===================================================================
--- short/3D/PyLith/trunk/doc/presentations/overview/makefile	2008-05-11 20:36:18 UTC (rev 11950)
+++ short/3D/PyLith/trunk/doc/presentations/overview/makefile	2008-05-11 21:59:54 UTC (rev 11951)
@@ -1,57 +0,0 @@
-MASTERROOT = pylith_overview
-
-TEXMASTER = $(MASTERROOT).tex
-
-TEXSRCS = 
-
-TEXFILES = $(TEXMASTER) $(TEXSRCS)
-
-AUXFILES = $(TEXMASTER:.tex=.aux)
-
-PDFFILE = $(TEXMASTER:.tex=.pdf)
-
-DVIFILE = $(TEXMASTER:.tex=.dvi)
-
-PSFILE = $(TEXMASTER:.tex=.ps)
-
-PDFTMPFILE = tmp.pdf
-
-default: pdf
-
-pdf: $(PDFFILE)
-ps: $(PSFILE)
-dvi: $(DVIFILE)
-
-again:
-	pdflatex $(TEXMASTER) && mv $(PDFFILE) $(PDFTMPFILE)
-	ppower4 $(PDFTMPFILE) $(PDFFILE)
-
-$(PDFTMPFILE): $(TEXFILES) $(AUXFILES)
-	pdflatex $(TEXMASTER) && mv $(PDFFILE) $(PDFTMPFILE)
-
-$(PDFFILE): $(PDFTMPFILE)
-	ppower4 $(PDFTMPFILE) $(PDFFILE)
-
-$(PSFILE): $(DVIFILE)
-	dvips -o $(PSFILE) $(DVIFILE)
-
-$(DVIFILE): $(TEXFILES) $(AUXFILES)
-	latex $(TEXMASTER)
-
-$(AUXFILES):
-	touch $(AUXFILES)
-
-clean:
-	rm -f $(AUXFILES) $(DVIFILE) $(PSFILE) $(PDFFILE) $(PDFTMPFILE)\
-		$(MASTERROOT).log $(MASTERROOT).out *~
-	rm -fr auto
-	rm `find figs -name "*.pdf"`
-
-pdffigs:
-	for i in `find figs -name "*.eps"`; do ~/bin/epstopdf $$i; done
-
-compressfigs:
-	gzip `find figs -name "*.eps"`
-
-uncompressfigs:
-	gunzip `find figs -name "*.eps.gz"`



More information about the cig-commits mailing list