X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/a6af578542ff49bdbac29fb5773c24ff2ed4ef5c..053e3644c138dc6466051a3b211233c102860ccb:/debian/rules diff --git a/debian/rules b/debian/rules index 76c53e8..4155333 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f build: - ./mr help > mr.1 + pod2man -c mr mr > mr.1 clean: dh_testdir @@ -15,7 +15,7 @@ binary-indep: build dh_testroot dh_clean -k dh_install mr usr/bin - dh_installdocs + dh_installdocs README TODO dh_installexamples mrconfig dh_installman *.1 dh_installchangelogs @@ -27,5 +27,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