From: eap Date: Wed, 2 Mar 2011 08:27:10 +0000 (+0000) Subject: 0021196: [CEA 456] Integration and merge modification for debian packages X-Git-Tag: V6_main_FINAL~1048 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a94bb35bcf6f1e05e91f040707520781136a4495;p=tools%2Fmedcoupling.git 0021196: [CEA 456] Integration and merge modification for debian packages med-install-without-docs.patch We think that building and installing the documentation should not be the default behavior but reserved to interested users --- diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index b49523f5f..367b53a93 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -26,8 +26,10 @@ DOX_INPUT_FILE = Doxyfile_med_user guidocdir = $(docdir)/gui/MED guidoc_DATA = images/head.png -install-data-local : html-local - $(INSTALL) -d $(DESTDIR)$(docdir)/gui/MED +install-data-local : + @if test -d doc_ref_user; then \ + $(INSTALL) -d $(DESTDIR)$(docdir)/gui/MED; \ + fi @if test -d doc_ref_user/html ; then \ for filen in `find doc_ref_user/html -maxdepth 1 -type f` ; do\ echo "Installing $${filen}" ; \