diff options
| author | notin | 2008-08-07 22:33:08 +0000 |
|---|---|---|
| committer | notin | 2008-08-07 22:33:08 +0000 |
| commit | 2794d97e444aff75368c807c7773d138568839e7 (patch) | |
| tree | 00c0c77d8090a75ca12f4a6e920fa1fd3b8a9732 | |
| parent | 8437c8910d3ae14c97de29c12d935926d3173521 (diff) | |
Suite commit #11311
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11321 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | Makefile.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc index eb7f289c53..9d46ea71e5 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -222,7 +222,7 @@ install-doc: install-doc-meta install-doc-html install-doc-printable install-doc-meta: $(MKDIR) $(FULLDOCDIR) - $(INSTALLLIB) doc/LICENCE $(FULLDOCDIR)/LICENCE.doc + $(INSTALLLIB) doc/LICENSE $(FULLDOCDIR)/LICENSE.doc install-doc-html: doc-html $(MKDIR) $(addprefix $(FULLDOCDIR)/html/, refman stdlib faq) |
