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