diff options
| author | herbelin | 2009-09-11 18:20:41 +0000 |
|---|---|---|
| committer | herbelin | 2009-09-11 18:20:41 +0000 |
| commit | 01258eb971a3ed22e65a0f9427a870be82f5ceb7 (patch) | |
| tree | 99df2ad42ea4562ce6b396fea8722994a8eff6ad /Makefile.common | |
| parent | ea85f46dc0cc34db149c24bb2da8f3130e191fc1 (diff) | |
Addendum to revision 12323; update Makefile.common after removal of
ExternalProvers.tex in revision 12320.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12324 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 1a6424c950..2db8aabc7d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -120,8 +120,7 @@ REFMANCOQTEXFILES:=$(addprefix doc/refman/, \ REFMANTEXFILES:=$(addprefix doc/refman/, \ headers.sty Reference-Manual.tex \ RefMan-pre.tex RefMan-int.tex RefMan-pro.tex RefMan-com.tex \ - RefMan-uti.tex RefMan-ide.tex RefMan-add.tex RefMan-modr.tex \ - ExternalProvers.tex ) \ + RefMan-uti.tex RefMan-ide.tex RefMan-add.tex RefMan-modr.tex ) \ $(REFMANCOQTEXFILES) \ REFMANEPSFILES:=doc/refman/coqide.eps doc/refman/coqide-queries.eps |
