X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=22565d2466133ff4d2e86134110e4554b969a1b5;hb=1a453bc9b6a3e495a833832421ecf3a9b605e858;hp=176e405b5a874aa37df03aea9eb4bbbc2275e22b;hpb=31576a64d5bc98a744122c47b1c0eedee6601989;p=grml-network.git diff --git a/debian/rules b/debian/rules index 176e405..22565d2 100755 --- a/debian/rules +++ b/debian/rules @@ -13,30 +13,34 @@ build: build-stamp build-stamp: dh_testdir + ( cd docs && $(MAKE) ) touch $@ clean: dh_testdir dh_testroot + ( cd docs && $(MAKE) clean ) rm -f build-stamp dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs usr/sbin etc/grml install -m 755 sbin/* debian/grml-network/usr/sbin/ install -m 644 net-functions debian/grml-network/etc/grml/ install -m 644 routersetup debian/grml-network/etc/grml/ + ( cd docs && $(MAKE) install DESTDIR=../debian/grml-network ) + # Build architecture-independent files here. -binary-indep: build install +binary-arch: build install # We have nothing to do by default. # Build architecture-dependent files here. -binary-arch: build install +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs