aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/Makefile.am.in5
-rw-r--r--debian/control2
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/Makefile.am.in b/conf/Makefile.am.in
index b71d2d3..84ef33f 100644
--- a/conf/Makefile.am.in
+++ b/conf/Makefile.am.in
@@ -31,12 +31,15 @@ install-data-local:
install -m 755 etc/psion $(DESTDIR)$(initdir)/psion || :
dist-hook:
- $(MAKE) TMPDEST=$(distdir)/ specfile
+ $(MAKE) TMPDEST=$(distdir)/ kdoc specfile
test -f CVS/Root && conf/cvs2cl -W 1800 -S --no-wrap --prune \
--gmt -f $(distdir)/ChangeLog || \
cp -f ChangeLog $(distdir)/ChangeLog
rm -rf $(distdir)/debian/CVS
+kdoc:
+ kdoc -d $(TMPDEST)doc/api -n libplp --strip-h-path $(TMPDEST)lib/*.h
+
specfile:
sed -e "s/\@VERSION\@/$(VERSION)/" < $(TMPDEST)etc/plptools.spec.in \
> $(TMPDEST)etc/plptools.spec
diff --git a/debian/control b/debian/control
index 8623f27..68a4721 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
Source: plptools
-Build-Depends: debhelper (>= 4.0.2), automake (>= 1:1.4-p4-1.1) | automake1.6, autoconf, libtool, gettext, libncurses5-dev, libreadline4-dev, libnewt-dev
+Build-Depends: debhelper (>= 4.0.2), automake (>= 1:1.4-p4-1.1) | automake1.6, autoconf, libtool, gettext, libncurses5-dev, libreadline4-dev, libnewt-dev, kdoc
Section: otherosfs
Priority: optional
Maintainer: John Lines <john@paladin.demon.co.uk>