Dont put CVS in dist
[idzebra-moved-to-github.git] / debian / rules
index 5a8ae97..582ebe1 100755 (executable)
@@ -20,11 +20,7 @@ else
 MCFLAGS=
 endif
 
-ZEBRA_VERSION=1.3.3
 ZEBRASRCDIR?=$(shell pwd)
-# If this is not IndexData's release, then it is a cvs-checkout. Go cheat!
-#   YAZ_VERSION:=$(YAZ_VERSION)-$(shell date -r$(YAZSRCDIR)/CVS +"CVS%Y%m%d")
-export ZEBRA_VERSION
 
 # Local library path for linking with right dependencies
 LOCAL_LINK=-ldebian/idzebra/usr/lib
@@ -102,7 +98,7 @@ binary-arch: build install
        dh_fixperms -a
 
        dh_installdeb -p idzebra
-       dh_undocumented -p idzebra zebraidx.1 zebrasrv.1
+       dh_installman -p idzebra doc/zebraidx.1 doc/zebrasrv.8
        dh_shlibdeps -p idzebra $(LOCAL_LINK) 
 
        cat debian/postinst >> debian/idzebra/DEBIAN/postinst