tag 300441 patch thanks Hi,
the attached patch works for me: htlatex doesn't generate gif now (->png), and dvipng is in dvipng. :) bye, Roland --
diff -ruN orig/ldp-es-20021105/debian/control ldp-es-20021105/debian/control --- orig/ldp-es-20021105/debian/control 2005-03-19 21:26:37.767531910 +0100 +++ ldp-es-20021105/debian/control 2005-03-19 20:32:19.039829462 +0100 @@ -2,7 +2,7 @@ Section: doc Priority: optional Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper, dvi2tty, gs, groff, tetex-bin, tetex-extra, docbook-utils, imagemagick, transfig, tex4ht +Build-Depends-Indep: debhelper, dvi2tty, gs, groff, tetex-bin, tetex-extra, docbook-utils, imagemagick, transfig, tex4ht, dvipng Standards-Version: 3.5.6 Package: ldp-es diff -ruN orig/ldp-es-20021105/lipp-2.0-beta/Makefile ldp-es-20021105/lipp-2.0-beta/Makefile --- orig/ldp-es-20021105/lipp-2.0-beta/Makefile 2005-03-19 21:26:37.836519978 +0100 +++ ldp-es-20021105/lipp-2.0-beta/Makefile 2005-03-19 20:41:50.353910874 +0100 @@ -37,7 +37,7 @@ latex lipp2.tex clean: rm -rf *.log *~ *.dvi *.aux *.toc *.swp *.idx *.ilg *.ind *.pdf *.lg \ - *.4ct *.4tc *.haux *.idv *.xref *.gif *.png + *.4ct *.4tc *.haux *.idv *.xref *.png rm -rf lipp2 find .. -name '*~' -exec rm -f {} \; find .. -name '#*#' -exec rm -f {} \; @@ -53,7 +53,7 @@ html: htlatex lipp2.tex -[ ! -d lipp2 ] && mkdir lipp2 - mv *.html *.gif *.png lipp2 + mv *.html *.png lipp2 # latex2html lipp2.tex install: all