From: James Troup <james@nocrew.org>
Date: Sun, 4 Nov 2001 22:30:34 +0000 (+0000)
Subject: [tbm] switch to docbook-utils
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=04d7b8e2c46f4e02ac8b7348c40ce33cbb496752;p=dak.git

[tbm] switch to docbook-utils
---

diff --git a/debian/control b/debian/control
index f0abbbdb..5bd5d9ff 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: katie
 Section: misc
 Priority: extra
-Build-Depends: postgresql-dev, libapt-pkg-dev, sp, docbook, docbook2man
+Build-Depends: postgresql-dev, libapt-pkg-dev, sp, docbook, docbook-utils
 Maintainer: James Troup <james@nocrew.org>
 Standards-Version: 3.5.6.0
 
diff --git a/docs/Makefile b/docs/Makefile
index dc5971a4..3a1b9595 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -10,7 +10,7 @@ MANPAGES	= $(patsubst %.sgml, %, $(SGMLMANPAGES))
 all: $(MANPAGES)
 
 %: %.sgml
-	nsgmls $< | sgmlspl /usr/lib/perl5/sgmlspl-specs/docbook2man-spec.pl
+	docbook2man $< > /dev/null
 
 clean:
 	rm -f $(MANPAGES) manpage.lings manpage.log manpage.refs