From 1eee4d3de9f7dfc0a3a57f0304c4595c0934ee8b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:32:15 -0800 Subject: switch from texi2html to makeinfo --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6f8ce46..6e550d3 100755 --- a/debian/rules +++ b/debian/rules @@ -31,8 +31,9 @@ override_dh_auto_build: # Use the same options for both static library and executable ./build -p linux -hsystem -f libscm.opt ./build -p linux -hsystem -f libscm.opt -t lib - texi2html -monolithic scm.texi - texi2html -monolithic Xlibscm.texi + makeinfo --html --no-split scm.texi + makeinfo --html --no-split Xlibscm.texi + mv XlibScm.html Xlibscm.html override_dh_auto_test: # skip: inexact tests fail; fixed in later upstream version -- cgit v1.2.3