X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2FMakefile.am;h=99544ba8bdc5d2644c2fa9c74086aba036dbfaab;hb=09dadf11241ff7bf8c653a9ea8c4a68ca758ba31;hp=2afda8723b96e31e92fd516013f87dae88a278f1;hpb=c6cbff9421d76720e83b9ee7e2216fd5a3693544;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 2afda87..99544ba 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,9 +1,27 @@ bin_SCRIPTS = \ - drive.sh \ + burn-imgs.sh \ + config.sh \ + cron-burn.sh \ + cron-pack.sh \ + eject-disk.sh \ files-from-date.sh \ - find-cmd.sh \ list-dates.sh \ + pack-image.sh \ restore-script.sh \ - rsync-cmd.sh + restore.sh -EXTRA_DIST = $(bin_SCRIPTS) +EXTRA_DIST = $(bin_SCRIPTS) restore-header.sh + +restore_scripts = \ + files-from-date.sh \ + list-dates.sh \ + restore-script.sh + +restore_tar = restore.tgz + +restore.sh : restore-header.sh $(restore_tar) + { cat $<; cat $(restore_tar); } > $@ + chmod +x $@ + +$(restore_tar) : $(restore_scripts) + ( cd $(top_srcdir)/scripts && tar cf - $(restore_scripts) ) | gzip > $@