From: Marc Cromme Date: Thu, 2 Sep 2004 08:31:58 +0000 (+0000) Subject: fixed harcoded html, pdf, and png and man install path in debian/rules such that... X-Git-Tag: ZEBRA.1.3.20~50 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=1b525e5b44b911d20cb98ee8eec87efb137453ad;p=idzebra-moved-to-github.git fixed harcoded html, pdf, and png and man install path in debian/rules such that debian packages build both from CVS and tarball --- diff --git a/debian/rules b/debian/rules index 093e708..ea30983 100755 --- a/debian/rules +++ b/debian/rules @@ -71,7 +71,8 @@ stamp-install: stamp-build binary-indep: build install dh_testdir dh_testroot - dh_installdocs -p idzebra-doc doc/*.html doc/*.pdf doc/*.png + #dh_installdocs -p idzebra-doc doc/*.html doc/*.pdf doc/*.png + dh_installdocs -p idzebra-doc debian/tmp/usr/share/doc/idzebra/*.html debian/tmp/usr/share/doc/idzebra/*.pdf debian/tmp/usr/share/doc/idzebra/*.png dh_installchangelogs -p idzebra-doc dh_link -p idzebra-doc dh_strip -p idzebra-doc @@ -95,7 +96,8 @@ binary-arch: build install dh_link dh_installdeb -p idzebra - dh_installman -p idzebra doc/zebraidx.1 doc/zebrasrv.8 + #dh_installman -p idzebra doc/zebraidx.1 doc/zebrasrv.8 + dh_installman -p idzebra debian/tmp/usr/man/man1/zebraidx.1 debian/tmp/usr/man/man8/zebrasrv.8 dh_strip dh_compress -a