X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2FMakefile.am;h=4ba7c719130e2024afab7a314fae24f42ebde6fd;hb=b3a2ae013c24fd2038702a9682c97a961fab9fc3;hp=1d1126c73e128d475327a2009f5c5c4e4cf1385e;hpb=5bb8f6ee3cb685dda402115e11d05ce6cea39dea;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 1d1126c..4ba7c71 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,7 +1,28 @@ bin_SCRIPTS = \ - find-cmd.sh \ - list-dates.rb \ - other-commands \ - rsync-cmd.sh + burn-imgs.sh \ + config.sh \ + cron-burn.sh \ + cron-pack.sh \ + eject-disk.sh \ + files-from-date.sh \ + list-dates.sh \ + pack-image.sh \ + repack-image.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) + ( cd $(top_srcdir)/scripts && tar cf - $(restore_scripts) ) | gzip > $@