[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:55:04 UTC 2009


The following commit has been merged in the upstream branch:
commit a04d605f53bb0954ef2421ede4f462bd31d15d00
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Wed Mar 5 10:55:54 2008 +1100

    Removed generation of Postscript docs
    
    darcs-hash:20080304235554-d4795-5e7f929e439cacdbdee33b9598f668f9b3e94565.gz

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 8c4abda..528357a 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -42,7 +42,7 @@ clean-generic:
 
 DOC = examples
 
-examples: examples.ps.gz
+examples: examples.dvi
 	hevea -fix $(DOC).tex
 	imagen -res 600 -extra "pnmscale 0.24" $(DOC)
 	hacha $(DOC).html
@@ -60,10 +60,6 @@ examples.dvi: examples.tex
 	latex -interaction=nonstopmode examples.tex > /dev/null 2>&1
 	latex -interaction=nonstopmode examples.tex
 
-examples.ps.gz: examples.dvi
-	dvips examples.dvi -o examples.ps
-	gzip -f --best examples.ps
-
 examples.pdf: examples.dvi
 	dvips -Ppdf -G0 examples.dvi -o examples.ps
 	ps2pdf -sPAPERSIZE=a4 -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true examples.ps examples.pdf
@@ -79,8 +75,8 @@ Makefile.deps: Makefile depend.py
 
 -include Makefile.deps
 
-examples.tar.gz: examples.ps.gz examples.pdf examples $(DOCS)
-	tar czf examples.tar.gz examples.ps.gz examples.pdf examples $(DOCS)
+examples.tar.gz: examples.pdf examples $(DOCS)
+	tar czf examples.tar.gz examples $(DOCS)
 
 INCLUDES = -I$(top_srcdir)/src -I$(includedir) -DG_LOG_DOMAIN=\"Gfs-tools\"\
             $(GTS_CFLAGS)
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index 03e312a..9f52911 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -12,7 +12,7 @@ clean-generic:
 	refined2.pdf vorticity.eps vorticity.pdf gfsview.eps tutorial1.tex \
 	Makefile.deps
 
-tutorial.tar.gz: tutorial.ps.gz
+tutorial.tar.gz: tutorial1.dvi
 	rm -r -f tutorial
 	sed 's/input{pdf.tex}/usepackage{graphicx}\\newcommand{\\gfx}{eps}/g' < tutorial.tex | sed "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | awk '{ if ($$5 == "version") print $$6}'`/g" | sed 's/\\today/'"`date +\"%B %e, %Y\"`/g" > tutorial1.tex
 	hevea -fix tutorial1.tex
@@ -32,10 +32,6 @@ tutorial1.dvi: tutorial.tex Makefile.deps
 	latex -interaction=nonstopmode tutorial1.tex > /dev/null 2>&1
 	latex -interaction=nonstopmode tutorial1.tex
 
-tutorial.ps.gz: tutorial1.dvi
-	dvips tutorial1.dvi -o tutorial.ps
-	gzip -f --best tutorial.ps
-
 tutorial.pdf: tutorial1.dvi
 	dvips -Ppdf -G0 tutorial1.dvi -o tutorial1.ps
 	ps2pdf -sPAPERSIZE=a4 -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true tutorial1.ps tutorial.pdf
diff --git a/doc/tutorial/tutorial.tex b/doc/tutorial/tutorial.tex
index 2a0a315..580c4c5 100644
--- a/doc/tutorial/tutorial.tex
+++ b/doc/tutorial/tutorial.tex
@@ -43,7 +43,7 @@ site}{\gfsweb}.
 
 Various versions of this tutorial are available:
 \begin{itemize}
-\item Printable formats: both \htmladdnormallinkfoot{compressed Postscript}{\gfsweb/tutorial/tutorial.ps.gz} and \htmladdnormallinkfoot{PDF}{\gfsweb/tutorial/tutorial.pdf}.
+\item Printable format: \htmladdnormallinkfoot{PDF}{\gfsweb/tutorial/tutorial.pdf}.
 \item HTML: \htmladdnormallinkfoot{direct link}{\gfsweb/tutorial/tutorial/tutorial1.html} or
 \htmladdnormallinkfoot{compressed archive}{\gfsweb/tutorial/tutorial.tar.gz}.
 \end{itemize}
diff --git a/test/Makefile.am b/test/Makefile.am
index dbf51aa..9b280f3 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -42,7 +42,7 @@ clean-generic:
 
 DOC = tests
 
-tests: tests.ps.gz
+tests: tests.dvi
 	hevea -fix $(DOC).tex
 	imagen -res 500 -extra "pnmscale 0.24" $(DOC)
 	hacha $(DOC).html
@@ -61,10 +61,6 @@ tests.dvi: tests.tex tests.bib
 	latex -interaction=nonstopmode tests.tex > /dev/null 2>&1
 	latex -interaction=nonstopmode tests.tex
 
-tests.ps.gz: tests.dvi
-	dvips tests.dvi -o tests.ps
-	gzip -f --best tests.ps
-
 tests.pdf: tests.dvi
 	dvips -Ppdf -G0 tests.dvi -o tests.ps
 	ps2pdf -sPAPERSIZE=a4 -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true tests.ps tests.pdf

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list