From 129432ae6cf23ed443c766a285cd5564c052419f Mon Sep 17 00:00:00 2001 From: "julien.delange" Date: Tue, 12 Oct 2010 07:24:24 +0000 Subject: [PATCH] * ocarina/Makefile.am - Make sure that destdir/share/doc/ocarina exists git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1580 129961e7-ef38-4bb5-a8f7-c9a525a55882 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 167d4480..f028e61f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,8 @@ STRIP = "@abs_top_srcdir@/support/strip_wrapper.sh" install-exec-local: $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) -d $(DESTDIR)$(datadir) + $(INSTALL) -d $(DESTDIR)$(datadir)/doc + $(INSTALL) -d $(DESTDIR)$(datadir)/doc/ocarina $(INSTALL_SCRIPT) ocarina-config $(DESTDIR)$(bindir) $(INSTALL_DATA) $(srcdir)/ChangeLog $(DESTDIR)$(datadir)/doc/ocarina/ChangeLog_ocarina -- GitLab