X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/rsync-backup/blobdiff_plain/e0ff797b44481f8e84a16ce7af0ab5be2a4b244e..9f0350f99ac2b5ecb212b2c85204e13b285d30e6:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 413d541..90618b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,6 +99,16 @@ update-bkp-index: update-bkp-index.in Makefile chmod +x update-bkp-index.new && \ mv update-bkp-index.new update-bkp-index +sbin_SCRIPTS += check-bkp-status +dist_man_MANS += check-bkp-status.8 +CLEANFILES += check-bkp-status +EXTRA_DIST += check-bkp-status.in +check-bkp-status: check-bkp-status.in Makefile + $(SUBST) >check-bkp-status.new \ + $(srcdir)/check-bkp-status.in $(SUBSTVARS) && \ + chmod +x check-bkp-status.new && \ + mv check-bkp-status.new check-bkp-status + bin_SCRIPTS += fshash dist_man_MANS += fshash.1 CLEANFILES += fshash