12 EXTRA_DIST = $(bin_SCRIPTS) restore-header.sh
19 restore_tar = restore.tgz
21 restore.sh : restore-header.sh $(restore_tar)
22 { cat $<; cat $(restore_tar); } > $@
25 $(restore_tar) : $(restore_scripts)
26 ( cd $(top_srcdir)/scripts && tar cf - $(restore_scripts) ) | gzip > $@