X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/adc607b0b5563afe596fdfa73347ea1cb9f1da49..eb238ade717a1f6bc382de3a78ccce6cc4a03e66:/debian/rules diff --git a/debian/rules b/debian/rules index a537c15..2141b45 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ build: pod2man -c mr mr > mr.1 + ./mr right >/dev/null # check syntax clean: dh_testdir @@ -16,7 +17,7 @@ binary-indep: build dh_clean -k dh_install mr usr/bin dh_installdocs README TODO - dh_installexamples mrconfig + dh_installexamples mrconfig mrconfig.complex dh_installman *.1 dh_installchangelogs dh_compress @@ -27,5 +28,9 @@ binary-indep: build dh_md5sums dh_builddeb +# Not intended for use by anyone except the author. +announcedir: + @echo ${HOME}/src/joeywiki/code/mr/news + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary