diff doc/interpreter/Makefile.in @ 8722:3cedb606145d

create $(DESTDIR)$(octetcdir) when installing
author John W. Eaton <jwe@octave.org>
date Wed, 11 Feb 2009 10:14:58 -0500
parents 679c270b7584
children fcba62cc4549
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in	Wed Feb 11 15:25:53 2009 +0100
+++ b/doc/interpreter/Makefile.in	Wed Feb 11 10:14:58 2009 -0500
@@ -292,7 +292,7 @@
 
 install install-strip: all
 	@$(subdir-for-command)
-	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(man1dir) $(DESTDIR)$(infodir)
+	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(man1dir) $(DESTDIR)$(infodir) $(DESTDIR)$(octetcdir)
 	@if test -d $(DESTDIR)$(man1dir); then \
 	  for f in $(MAN_BASE); do \
 	    rm -f $(DESTDIR)$(man1dir)/$$f$(man1ext); \