From f7dd544d55a41c98c41d856ac790480e92ed620c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 21 Feb 2017 00:42:53 -0800 Subject: transtion from texi2html to makeinfo --- debian/clean | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/clean b/debian/clean index 18d9a6a..e9fb5c4 100644 --- a/debian/clean +++ b/debian/clean @@ -9,3 +9,4 @@ pnm.txi random.txi solid.txi xml-parse.txi +slib/ diff --git a/debian/control b/debian/control index e654bc6..a23b21d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: slib Section: devel Priority: optional Maintainer: Debian QA Group -Build-Depends: debhelper (>= 9), scm, texi2html, texinfo +Build-Depends: debhelper (>= 9), scm, texinfo Standards-Version: 3.9.6 Homepage: http://people.csail.mit.edu/jaffer/SLIB.html diff --git a/debian/rules b/debian/rules index aa718bb..02eee89 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export PERL_HASH_SEED = 0 -TEXI2HTML = texi2html --init-file debian/texi2html.rc --split chapter --verbose +TEXI2HTML = makeinfo --html --init-file=debian/texi2html.rc --split=chapter --verbose %: dh $@ -- cgit v1.2.3