Re: latex2html in build process
On 29 Oct 1998, Manoj Srivastava wrote:
srivas> This is how the LaTeX2HTML package builds it own docs in the
srivas> ./debian/rules file:
srivas>
srivas> (cd docs; set -e; TMP="/tmp/l2hbuild$$"; export TMP; mkdir "$TMP"; \
srivas> $(MAKE) html; rm -rf $TMP; )
Hmm, still doesn't work. latex2html (or dvips, I am not sure)
makes a subdir under TMP anyway, so this failed in the same way that
Antti-Juhani's suggestion did. Perhaps my /tmp should either be on the
root partition or a mounted partition. I don't understand rules and
rationale for when links can/should be used.
Maybe it's not too much trouble to patch dvips ...
John
John Lapeyre <lapeyre@physics.arizona.edu>
Tucson,AZ http://www.physics.arizona.edu/~lapeyre
Reply to: