zsh-workers
 help / color / mirror / code / Atom feed
* Replace deprecated "texi2html" with recommended "makeinfo --html"?
@ 2013-08-26  9:35 Axel Beckert
  2013-08-26 14:14 ` Bart Schaefer
  2013-08-26 14:29 ` Bart Schaefer
  0 siblings, 2 replies; 5+ messages in thread
From: Axel Beckert @ 2013-08-26  9:35 UTC (permalink / raw)
  To: zsh-workers

Hi,

according to https://wiki.debian.org/Texi2htmlTransition and
http://www.nongnu.org/texi2html/, texi2html is deprecated and should
be replaced with makeinfo and appropriate options.

For Debian's zsh package, I've added the following patch for now:

Index: zsh/Doc/Makefile.in
===================================================================
--- zsh.orig/Doc/Makefile.in    2013-01-14 01:49:37.000000000 +0100
+++ zsh/Doc/Makefile.in 2013-08-26 08:25:54.468926080 +0200
@@ -40,7 +40,7 @@
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 DVIPS = dvips
-TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files
+TEXI2HTML = makeinfo --html --output . --ifinfo --split=chapter --node-files
 
 .SUFFIXES: .yo .1

This is the minimal variant to get the HTML docs being built without
texi2html, but I suspect there could be adapted variable names and the
check for texi2html could be removed from configure.ac.

In general, the move from the standalone texi2html to texinfo's
makeinfo for HTML generation would mean that the list of build
dependencies could be reduced without losing any functionality or
having to add another build dependency -- because makeinfo is already
needed for building other variants of Zsh's documentation.

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@deuxchevaux.org  (Mail)
 X   See http://www.asciiribbon.org/              | abe@noone.org (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-26 16:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-26  9:35 Replace deprecated "texi2html" with recommended "makeinfo --html"? Axel Beckert
2013-08-26 14:14 ` Bart Schaefer
2013-08-26 14:35   ` Bart Schaefer
2013-08-26 16:07     ` Axel Beckert
2013-08-26 14:29 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).