diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-15 04:40:32 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-15 04:40:32 +0000 |
commit | a1a7019f276902c53aad2b2cb71e74f6e974fa05 (patch) | |
tree | 6f89260f5692410e62510d7397ccbe82e6f9e677 /debian | |
parent | 1186094987d8ddb725cf4d69fa357741117d7c11 (diff) | |
download | ikiwiki-a1a7019f276902c53aad2b2cb71e74f6e974fa05.tar ikiwiki-a1a7019f276902c53aad2b2cb71e74f6e974fa05.tar.gz |
man page generation
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7a0f8868f..b65fa72f9 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ binary-indep: build $(MAKE) pure_install INSTALLDIRS=vendor \ PREFIX=$(shell pwd)/debian/ikiwiki/$(shell perl -MConfig -e 'print $$Config{prefix}') dh_installdocs html - dh_installexamples + dh_installman ikiwiki.man dh_installchangelogs dh_compress dh_fixperms |