X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=5f7f822905634d7db8580d3ca08a8925fb3592a9;hb=d2fce1e6da0a062b608a67ed50e75042c68cf52b;hp=b4f8fd708a51ee056b4b457055aa6c0ddbc63513;hpb=1ae2e2eacb2e70661cd9718db23a69e86ed96e9e;p=grml-crypt.git diff --git a/debian/rules b/debian/rules index b4f8fd7..5f7f822 100755 --- a/debian/rules +++ b/debian/rules @@ -45,6 +45,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. + $(MAKE) doc $(MAKE) clean dh_clean @@ -61,10 +62,6 @@ install: build # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install dh_testdir dh_testroot dh_installchangelogs @@ -94,5 +91,9 @@ binary-arch: build install dh_md5sums dh_builddeb +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure