X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=scripts%2FMakefile.am;h=ba618aaa3f466883c1274f3456f9e7a3f200bb42;hb=6bf84dfd36b859d1bb2cf43f2fc998eee3fd65cc;hp=ae9e2f46e29fd544f46ddf73ee20cf60a4bff919;hpb=bd08bba973b9157a83116c7449fc16c12cc9cbcc;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index ae9e2f4..ba618aa 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,8 +1,22 @@ bin_SCRIPTS = \ - files-from-date.rb \ - find-cmd.sh \ - list-dates.sh \ - other-commands \ - rsync-cmd.sh + drive.sh \ + files-from-date.sh \ + list-dates.sh \ + restore-script.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) + tar cf - $^ | gzip > $@