diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-19 21:51:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-19 21:51:39 +0000 |
commit | f0d7a5ee1a9fe6ea28b63544904e5126faad12ec (patch) | |
tree | 6b4ba277bb73ea242233017c3a57eb17c6238386 /debian | |
parent | 470c46c79481a9017f28d4b7ec661fe073b00fa2 (diff) | |
download | ikiwiki-f0d7a5ee1a9fe6ea28b63544904e5126faad12ec.tar ikiwiki-f0d7a5ee1a9fe6ea28b63544904e5126faad12ec.tar.gz |
basewiki integration
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b65fa72f9..b1ae6dd1f 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,8 @@ 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/ikiwiki/basewiki \ + usr/share/doc/ikiwiki/examples/basewiki dh_installman ikiwiki.man dh_installchangelogs dh_compress |