Update
This commit is contained in:
parent
a08195c552
commit
6d85df3fbc
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ all: $(objects)
|
||||
|
||||
# Recipe for converting a Coq file into HTML using coqdoc
|
||||
$(output)/%.html: $(source)/%.v
|
||||
coqc $<
|
||||
cd $(source); coqc `basename $<`
|
||||
coqdoc --html --no-index -d ./html/ $<
|
||||
scp $@ baruchel@sdf.org:public_html/coqbooks/
|
||||
|
||||
|
@ -604,3 +604,7 @@ Proof.
|
||||
rewrite <- app_assoc. reflexivity.
|
||||
generalize H2. apply IHj. easy.
|
||||
Qed.
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user