X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/511e30d827dbf773f8ea61d7bd1de79a6a1e7ba6..eb5687932cd1ebe3d5a5d0f56eee8d6aac8d8559:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index 41d2804..3289304 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,8 +15,8 @@ binary-indep: build dh_testroot dh_clean -k dh_install mr usr/bin - dh_installdocs README - dh_installexamples mrconfig + dh_installdocs README TODO + dh_installexamples mrconfig mrconfig.complex dh_installman *.1 dh_installchangelogs dh_compress @@ -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