From: nri Date: Wed, 22 Oct 2003 07:42:34 +0000 (+0000) Subject: NRI : Add data and doc targets. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=72930d49dc5d696b86a3e4abf57f9dd7756e25b6;p=modules%2Fkernel.git NRI : Add data and doc targets. --- diff --git a/salome_adm/unix/make_module.in b/salome_adm/unix/make_module.in index 315ad68e7..983342227 100644 --- a/salome_adm/unix/make_module.in +++ b/salome_adm/unix/make_module.in @@ -53,6 +53,15 @@ resources: $(RESOURCES_FILES:%=$(top_builddir)/share/salome/resources/%) $(RESOURCES_FILES:%=$(top_builddir)/share/salome/resources/%): $(top_builddir)/share/salome/resources/% : % cp -f $< $@ +data: + @if test "X$(top_builddir)" = "X."; then \ + ((cd examples && $(MAKE) $@) || exit 1); \ + fi; + +doc: + @if test "X$(top_builddir)" = "X."; then \ + ((cd doc && $(MAKE) $@) || exit 1); \ + fi; install: install-resources @@SETX@; for d in $(SUBDIRS); do \