# HG changeset patch # User dbateman # Date 1141917141 0 # Node ID f37b562ec93c5a08017a2209dc67cc6d8a0016bb # Parent 6d0ea746f50fcab48c8e383421b43271cb41f779 [project @ 2006-03-09 15:12:20 by dbateman] diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2006-03-09 David Bateman + + * interpreter/Makefile.in: Change order of commands in HTML/index.html + target. Respawn make for stamp-pdf target so that $(wildcard *.eps) is + reinterpreted. + * interpreter/sparse.txi: Isolate conditionally built targets in + "@ifset ... @end ifset". + 2006-03-08 David Bateman * conf.texi: Remove. diff --git a/doc/interpreter/Makefile.in b/doc/interpreter/Makefile.in --- a/doc/interpreter/Makefile.in +++ b/doc/interpreter/Makefile.in @@ -112,8 +112,8 @@ mv BUGS ../../BUGS HTML/index.html: stamp-png $(TEXINFO) + -$(MAKEINFO) --html --ifinfo --output=HTML -I.. -I$(srcdir)/.. $(MAIN_TEXINFO) $(INSTALL_DATA) *.png ./HTML - -$(MAKEINFO) --html --ifinfo --output=HTML -I.. -I$(srcdir)/.. $(MAIN_TEXINFO) check: all .PHONY: check @@ -127,6 +127,9 @@ touch $@ stamp-pdf: stamp-eps + make -C ./ real-pdf + +real-pdf: for F in $(wildcard *.eps); do \ G=`basename $$F .eps`.pdf; \ gs -dBATCH -dEPSCrop -dNOPAUSE -q -sDEVICE=pdfwrite \ diff --git a/doc/interpreter/sparse.txi b/doc/interpreter/sparse.txi --- a/doc/interpreter/sparse.txi +++ b/doc/interpreter/sparse.txi @@ -592,9 +592,14 @@ The standard Cholesky factorization of this matrix, can be obtained by the same command that would be used for a full -matrix. This can be visualized with the command @code{r = -chol(A); spy(r);}, @xref{fig:simplechol}. The original matrix -had +matrix. This can be visualized with the command +@code{r = chol(A); spy(r);}. +@ifset HAVE_CHOLMOD +@ifset HAVE_COLAMD +@xref{fig:simplechol}. +@end ifset +@end ifset +The original matrix had @ifinfo @ifnothtml 43 @@ -995,8 +1000,14 @@ Finally, in order to display the solution, we show each solved voltage value in the z-axis for each simplex vertex. @ifset htmltex +@ifset HAVE_CHOLMOD +@ifset HAVE_UMFPACK +@ifset HAVE_COLAMD @xref{fig:femmodel}. @end ifset +@end ifset +@end ifset +@end ifset @example elemx = elems(:,[1,2,3,1])';