X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=ecc272e6e148a0bd35fdf7b086df901f51aedb88;hb=fd09ffad7fdc1ca416f4e7091955378968dbeb67;hp=96d6e2036d38b1e753bab3e13d0bd50face6957f;hpb=a83e3825511532c96dd400447f2e0cc5e89600dd;p=grml-network.git diff --git a/debian/rules b/debian/rules index 96d6e20..ecc272e 100755 --- a/debian/rules +++ b/debian/rules @@ -13,16 +13,14 @@ build: build-stamp build-stamp: dh_testdir + ( cd docs && $(MAKE) ) touch $@ clean: dh_testdir dh_testroot + ( cd docs && $(MAKE) clean ) rm -f build-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) clean - dh_clean install: build @@ -35,6 +33,8 @@ install: build 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 # We have nothing to do by default.