From 75077c45a70dc1a95f21af872819d1f294d40376 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 2 Mar 2011 08:26:32 +0000 Subject: [PATCH] 0021196: [CEA 456] Integration and merge modification for debian packages med-usr-docs.patch We think that building and installing the documentation should not be the default behavior but reserved to interested users --- doc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 009fce1dc..9d0407e3a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,3 +22,5 @@ SUBDIRS = MEDMEM salome doxygen dev_docs: (cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs) +usr_docs: + (cd doxygen && $(MAKE) $(AM_MAKEFLAGS) html-local) -- 2.39.2