docs/mld2p4-1.0.pdf
 docs/src/Makefile
 docs/userguide.pdf

Renamed userguide.
stopcriterion
Salvatore Filippone 17 years ago
parent 2a2601c1ee
commit 52a2ea5214

@ -7403,8 +7403,8 @@ endobj
>> endobj >> endobj
570 0 obj << 570 0 obj <<
/Title (MultiLevel Domain Decomposition Parallel Preconditioners Package based on PSBLAS, V. 1.0) /Subject (MultiLevel Domain Decomposition Parallel Preconditioners Package) /Keywords (Parallel Numerical Software, Algebraic Multilevel Preconditioners, Sparse Iterative Solvers, PSBLAS, MPI) /Creator (pdfLaTeX) /Producer ($Id: userguide.tex 2008-04-08 Pasqua D'Ambra, Daniela di Serafino, Salvatore Filippone$) /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.3)/Keywords() /Title (MultiLevel Domain Decomposition Parallel Preconditioners Package based on PSBLAS, V. 1.0) /Subject (MultiLevel Domain Decomposition Parallel Preconditioners Package) /Keywords (Parallel Numerical Software, Algebraic Multilevel Preconditioners, Sparse Iterative Solvers, PSBLAS, MPI) /Creator (pdfLaTeX) /Producer ($Id: userguide.tex 2008-04-08 Pasqua D'Ambra, Daniela di Serafino, Salvatore Filippone$) /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.3)/Keywords()
/CreationDate (D:20080724145646+02'00') /CreationDate (D:20080724150129+02'00')
/ModDate (D:20080724145646+02'00') /ModDate (D:20080724150129+02'00')
/Trapped /False /Trapped /False
/PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6) /PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6)
>> endobj >> endobj
@ -7985,7 +7985,7 @@ trailer
<< /Size 571 << /Size 571
/Root 569 0 R /Root 569 0 R
/Info 570 0 R /Info 570 0 R
/ID [<2257214CEC51520DFA9145393EA74008> <2257214CEC51520DFA9145393EA74008>] >> /ID [<0ADDDDD89E8359949F0ED5F67CEB3E28> <0ADDDDD89E8359949F0ED5F67CEB3E28>] >>
startxref startxref
427760 427760
%%EOF %%EOF

@ -139,6 +139,7 @@ PDF = $(join $(BASEFILE),.pdf)
PS = $(join $(BASEFILE),.ps) PS = $(join $(BASEFILE),.ps)
GXS = $(join $(BASEFILE),.gxs) GXS = $(join $(BASEFILE),.gxs)
GLX = $(join $(BASEFILE),.glx) GLX = $(join $(BASEFILE),.glx)
TARGETPDF= ../mld2p4-1.0.pdf
BASEHTML = $(patsubst %.tex,%,$(HTMLFILE)) BASEHTML = $(patsubst %.tex,%,$(HTMLFILE))
HTML = $(join $(HTMLFILE),.html) HTML = $(join $(HTMLFILE),.html)
HTMLDIR = ../html HTMLDIR = ../html
@ -160,7 +161,7 @@ TEXLNFIL = $(addprefix $(PWD)/,$(TEXFILES))
all: pdf html all: pdf html
pdf: $(PDF) pdf: $(PDF) copypdf
html: $(HTML) html: $(HTML)
$(PDF): $(TEXFILES) $(LIBFILES) $(FIGURES) Makefile $(PDF): $(TEXFILES) $(LIBFILES) $(FIGURES) Makefile
@ -179,6 +180,8 @@ $(PDF): $(TEXFILES) $(LIBFILES) $(FIGURES) Makefile
$(pdflatex-filter) $(pdflatex-filter)
$(finish) $(finish)
copypdf:
/bin/cp -f $(PDF) $(TARGETPDF)
$(HTML): $(TEXFILES) $(LIBFILES) $(FIGURES) Makefile $(HTML): $(TEXFILES) $(LIBFILES) $(FIGURES) Makefile
$(header) $(header)
$(initialize) $(initialize)

Loading…
Cancel
Save