]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
0021196: [CEA 456] Integration and merge modification for debian packages
authoreap <eap@opencascade.com>
Tue, 1 Mar 2011 12:14:38 +0000 (12:14 +0000)
committereap <eap@opencascade.com>
Tue, 1 Mar 2011 12:14:38 +0000 (12:14 +0000)
make docs to work in docutils

doc/Makefile.am

index 6946e7718d151576e4e4949a80e8a6a7294c3acf..89d4f6d0110aea1d05614a7a2b6361d0d434fef8 100644 (file)
@@ -35,6 +35,8 @@ docs: usr_docs
 
 usr_docs:
        (cd salome && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
+       (cd docutils && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
 
 dev_docs:
        (cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
+       (cd docutils && $(MAKE) $(AM_MAKEFLAGS) dev_docs)