From: eap Date: Tue, 1 Mar 2011 14:59:08 +0000 (+0000) Subject: 0021196: [CEA 456] Integration and merge modification for debian packages X-Git-Tag: Start_BR_19998_21191~51 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9726965a46ce552ea61272f6e2aaee5dbbb9e35d;p=modules%2Fgeom.git 0021196: [CEA 456] Integration and merge modification for debian packages make docs to work in docutils --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 6cf4c8ea2..095363368 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,15 +21,15 @@ # Author : Patrick GOLDBRONN (CEA) # Date : 30/11/2001 # Modified by : Alexander BORODIN (OCN) - autotools usage -# $Header$ -# source path # SUBDIRS = salome docutils usr_docs: (cd salome && $(MAKE) $(AM_MAKEFLAGS) usr_docs) + (cd docutils && $(MAKE) $(AM_MAKEFLAGS) usr_docs) docs: usr_docs dev_docs: (cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs) + (cd docutils && $(MAKE) $(AM_MAKEFLAGS) dev_docs)