aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 06:01:26 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 06:01:26 +0000
commit55ebfd5de723acb59b5a2f8cb060b7e568284612 (patch)
treec538da72cb73964dfa20ae6c0250b69a04e89c2f /debian/rules
parent263106272a43eec5a71796f854540a6309f42a67 (diff)
downloadikiwiki-55ebfd5de723acb59b5a2f8cb060b7e568284612.tar
ikiwiki-55ebfd5de723acb59b5a2f8cb060b7e568284612.tar.gz
foo
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b1ae6dd1f..6ca612c9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,11 +24,12 @@ binary-indep: build
$(MAKE) pure_install INSTALLDIRS=vendor \
PREFIX=$(shell pwd)/debian/ikiwiki/$(shell perl -MConfig -e 'print $$Config{prefix}')
dh_installdocs html
+ dh_link usr/share/common-licenses/GPL usr/share/doc/ikiwiki/html/GPL
dh_link usr/share/ikiwiki/basewiki \
usr/share/doc/ikiwiki/examples/basewiki
dh_installman ikiwiki.man
dh_installchangelogs
- dh_compress
+ dh_compress -X html
dh_fixperms
dh_perl
dh_installdeb