X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=ca1b5ad3e1afe0afed340a80bf28302f86e58458;hb=HEAD;hp=c60a6d6b6ad9989145d3ba02cbef3b9c9e95dda0;hpb=133b0ba6c456b16fb15a1698d3b26cae08fa4b9c;p=grml-etc-core.git diff --git a/debian/rules b/debian/rules index c60a6d6..ca1b5ad 100755 --- a/debian/rules +++ b/debian/rules @@ -17,18 +17,18 @@ clean: dh_testdir dh_testroot rm -f build-stamp - - dh_clean + dh_prep rm -rf debian/grml-etc-core/ + (cd $(CURDIR)/doc && $(MAKE) clean) install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs - # Add here commands to install the package into debian/grml-etc-core. cp -a etc/ debian/grml-etc-core/ + cp -a usr_share_grml/ debian/grml-etc-core/usr/share/grml # Build architecture-dependent files here. binary-arch: build install @@ -40,6 +40,8 @@ binary-indep: build install dh_testroot dh_installchangelogs dh_installdocs + (cd $(CURDIR)/doc && $(MAKE) all) + dh_installman $(CURDIR)/doc/grmlzshrc.5 dh_compress mkdir -p debian/grml-etc-core/usr/share/lintian/overrides/ cp -av debian/overrides debian/grml-etc-core/usr/share/lintian/overrides/grml-etc-core