aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.doc
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-10-24 18:37:10 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-10-24 18:37:59 +0200
commit9973cd2ca529076388710e90f2c46180581397cf (patch)
treea057addf5e8873d5b8804969a62a07e47bbdd66c /Makefile.doc
parent604621edc81f1c439af5c36ee31c6977c6c3f9f0 (diff)
Install index_urls.txt in a location where coqide might actually find it.
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.doc b/Makefile.doc
index 6dc27e138..59382b9de 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -328,9 +328,8 @@ install-doc-printable:
$(INSTALLLIB) doc/faq/FAQ.v.ps $(FULLDOCDIR)/ps/FAQ.ps
install-doc-index-urls:
- $(MKDIR) $(FULLDOCDIR)/ps $(FULLDOCDIR)/pdf
- $(INSTALLLIB) $(INDEXURLS) \
- $(FULLDOCDIR)/html/refman
+ $(MKDIR) $(FULLDATADIR)
+ $(INSTALLLIB) $(INDEXURLS) $(FULLDATADIR)
# For emacs:
# Local Variables: