diff options
-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 $@ |