X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2FMakefile.am;h=a4cb5768639f95344abb78d9b721a95b75adc45a;hb=5c8c182b0f51eaa5fca5f917ed5cda5f12fb7366;hp=95e619cf9207254dd1045a57351213657970f0dd;hpb=f5d92011429ec87196013fe7aef0ff4754a8088d;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 95e619c..a4cb576 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,5 +1,24 @@ -EXTRA_DIST= \ - find-cmd.sh \ - list-dates.rb \ - other-commands \ - rsync-cmd.sh +bin_SCRIPTS = \ + drive.sh \ + files-from-date.sh \ + find-cmd.sh \ + list-dates.sh \ + restore-script.sh \ + rsync-cmd.sh \ + restore.sh + +EXTRA_DIST = $(bin_SCRIPTS) + +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 > $@