debian/rules
changeset 44 3d3135992e11
parent 41 7a69721f5d25
child 71 585ba934f3c6
child 84 42d1df86ad05
--- a/debian/rules	Thu Sep 15 09:47:20 2011 +0200
+++ b/debian/rules	Fri Sep 16 12:31:59 2011 +0200
@@ -14,6 +14,9 @@
 override_dh_auto_install:
 	$(MAKE) prefix=/usr DESTDIR=debian/logbuch install
 
+override_dh_installman:
+	dh_installmanpages
+
 #-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 #-	CFLAGS += -g
 #-endif