changeset 15482:cb49817af457

ensure $(octetcdir) exists when installing built-in-docstrings file * libinterp/Makefile.am (install-built-in-doctstrings): Ensure $(DESTDIR)$(octetcdir) exists. From Dirk Ullrich <dirk.ullrich@gmail.com>.
author John W. Eaton <jwe@octave.org>
date Wed, 03 Oct 2012 10:43:41 -0400
parents 85e3ebc11da4
children b95690c001f8
files libinterp/Makefile.am
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/Makefile.am	Wed Oct 03 03:16:48 2012 -0400
+++ b/libinterp/Makefile.am	Wed Oct 03 10:43:41 2012 -0400
@@ -315,6 +315,7 @@
 .PHONY: install-oct uninstall-oct
 
 install-built-in-docstrings:
+	$(MKDIR_P) $(DESTDIR)$(octetcdir)
 	$(INSTALL_DATA) DOCSTRINGS $(DESTDIR)$(octetcdir)/built-in-docstrings
 .PHONY: install-built-in-docstrings