From 1d4e695f605e8c1f1aca60ee012f06020924891f Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 25 May 2006 14:39:09 +0000 Subject: [PATCH] SALOME versioning system improvement --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.in b/Makefile.in index 3b568b82..f16b2d86 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,6 +74,11 @@ depend: depend_idl depend_idl: (cd idl ; $(MAKE) $@) || exit 1 +resources: share/salome/resources/VISUCatalog.xml + +share/salome/resources/VISUCatalog.xml: VISUCatalog.xml + cp $< $@ + # doc is already build : if you want to had documents, go manually to doc and run 'make doc' #doc: # (cd doc && $(MAKE) $@) || exit 1 -- 2.39.2