summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2010-05-06 12:14:53 +0200
committerMichael Vogt <mvo@debian.org>2010-05-06 12:14:53 +0200
commitdc1e2a06b5dde8911b51677842c6942de37dc5b1 (patch)
tree16da7a25882f0e3eaadbe926db07ddf7b47187c9 /debian/rules
parent224da0778ff385ccbbc7f4abfbd2a6ddcbd9dbfc (diff)
- install html doxygen in libapt-pkg-doc
* debian/control: - build-depend on doxygen
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 7677708b2..f901ea749 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,10 +142,10 @@ libapt-pkg-doc: build-doc debian/shlibs.local
#
# libapt-pkg-doc install
#
- dh_installdocs -p$@ $(BLD)/docs/cache* $(BLD)/docs/design* $(BLD)/docs/dpkg-tech* \
+ dh_installdocs -p$@ $(BLD)/docs/design* $(BLD)/docs/dpkg-tech* \
$(BLD)/docs/files* $(BLD)/docs/method* \
doc/libapt-pkg2_to_3.txt doc/style.txt \
- $(BLD)/doc/doxygen/html/*
+ $(BLD)/doc/doxygen/html
dh_installexamples -p$@
# dh_installmenu -p$@
# dh_installinit -p$@