Why isn't dvipng.info installed?

[email protected] (Albert Chin-A-Young)
Newsgroups gmane.comp.tex.tetex.general
Message-ID <[email protected]>
Why isn't dvipng.info installed? Patch below.

-- 
albert chin ([email protected])

-- snip snip
--- texk/dvipng/Makefile.in.orig	2005-06-08 10:42:57.000000000 -0500
+++ texk/dvipng/Makefile.in	2005-06-08 10:46:31.000000000 -0500
@@ -86,11 +86,20 @@
 	cd $(bindir); rm -f $(programs)
 
 install-data:
-	$(SHELL) $(top_srcdir)/../mkinstalldirs $(man1dir)
+	$(SHELL) $(top_srcdir)/../mkinstalldirs $(man1dir) $(infodir)
 	$(INSTALL_DATA) $(srcdir)/$(program).1 $(man1dir)/$(program).$(manext)
+	cd $(srcdir) && for i in $(program).i*; do \
+	  $(INSTALL_DATA) $$i $(infodir)/$$i; done
+	if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+	  install-info --info-dir=$(infodir) $(infodir)/$(program).info; \
+	else true; fi
 
 uninstall-data:
+	if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+	  install-info --delete --info-dir=$(infodir) $(infodir)/$(program).info ; \
+	else true; fi
 	rm -f $(man1dir)/dvipng.$(manext)
+	rm -f $(infodir)/$(program).i*
 
 ac_include ../make/config.mk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.