Installing upstream documentation into subdirectory within doc directory.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
da56532812
commit
6d07d77a8e
2 changed files with 9 additions and 4 deletions
4
debian/libapache2-mod-qos.docs
vendored
4
debian/libapache2-mod-qos.docs
vendored
|
@ -1,4 +0,0 @@
|
|||
doc/*.gif
|
||||
doc/favicon.ico
|
||||
doc/index.html
|
||||
doc/q*.html
|
9
debian/rules
vendored
9
debian/rules
vendored
|
@ -15,5 +15,14 @@ execute_after_dh_auto_build:
|
|||
-D_LARGEFILE64_SOURCE $(CPPFLAGS)" \
|
||||
-lcrypto -DHAVE_OPENSSL -c apache2/mod_qos.c
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# install documentation
|
||||
mkdir -p debian/libapache2-mod-qos/usr/share/doc/libapache2-mod-qos
|
||||
cp -a doc debian/libapache2-mod-qos/usr/share/doc/libapache2-mod-qos/html
|
||||
|
||||
# remove unneeded files
|
||||
rm -f debian/libapache2-mod-qos/usr/share/doc/libapache2-mod-qos/html/CHANGES.txt
|
||||
rm -f debian/libapache2-mod-qos/usr/share/doc/libapache2-mod-qos/html/LICENSE.txt
|
||||
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs doc/CHANGES.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue