Tweak Makefile dependencies

This commit is contained in:
Adam Chlipala 2016-02-02 13:55:33 -05:00
parent 792a45b506
commit 1208d0cfd4

View file

@ -19,8 +19,8 @@ clean:: Makefile.coq
$(MAKE) -f Makefile.coq clean
rm -f Makefile.coq
frap.tgz: *.v
git archive --exclude *.html --format=tar.gz HEAD >frap.tgz
frap.tgz: Makefile _CoqProject *.v *.tex *.html
git archive --format=tar.gz HEAD >frap.tgz
WHERE=chlipala.net:sites/chlipala/adam/frap/