diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-21 00:42:53 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-21 00:42:53 -0800 |
commit | f7dd544d55a41c98c41d856ac790480e92ed620c (patch) | |
tree | b4b56c82d36b5d4e3aee4350847aca67d33bc54a | |
parent | 2da44849a1d04142f58c9363af945886e1ba6869 (diff) | |
download | slib-f7dd544d55a41c98c41d856ac790480e92ed620c.tar.gz slib-f7dd544d55a41c98c41d856ac790480e92ed620c.zip |
transtion from texi2html to makeinfo
-rw-r--r-- | debian/clean | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | 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 <packages@qa.debian.org> -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 $@ |