diff options
| author | letouzey | 2008-04-16 20:40:19 +0000 |
|---|---|---|
| committer | letouzey | 2008-04-16 20:40:19 +0000 |
| commit | 99ad573113f5afc8bb5409649843567dee40ba40 (patch) | |
| tree | 60af0349abfc1aeb5847734094dabceae8979ad1 /dev/ocamlweb-doc/Makefile | |
| parent | b6b9ea6c22107a33121cb2e7f6f89ec82d1bc7d0 (diff) | |
first-order --> firstorder (kills a warning about not being a valid id)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10805 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/ocamlweb-doc/Makefile')
| -rw-r--r-- | dev/ocamlweb-doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ocamlweb-doc/Makefile b/dev/ocamlweb-doc/Makefile index 5a5b3b9752..7ab1bd3fcd 100644 --- a/dev/ocamlweb-doc/Makefile +++ b/dev/ocamlweb-doc/Makefile @@ -9,7 +9,7 @@ LOCALINCLUDES=-I ../../config -I ../../tools -I ../../tools/coqdoc \ -I ../../contrib/xml -I ../../contrib/extraction \ -I ../../contrib/interface -I ../../contrib/fourier \ -I ../../contrib/jprover -I ../../contrib/cc \ - -I ../../contrib/funind -I ../../contrib/first-order \ + -I ../../contrib/funind -I ../../contrib/firstorder \ -I ../../contrib/field -I ../../contrib/subtac -I ../../contrib/rtauto \ -I ../../contrib/recdef |
