From: vsr Date: Wed, 25 May 2011 07:29:08 +0000 (+0000) Subject: Fix pb of dev_docs X-Git-Tag: V6_3_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=39300a0342bb954a22cb3713ab8cf0ec90c3dbb3;p=modules%2Fgeom.git Fix pb of dev_docs --- diff --git a/doc/Makefile.am b/doc/Makefile.am index bef14657c..4ad4fef01 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -30,4 +30,4 @@ usr_docs: docs: usr_docs dev_docs: - (cd docutils && $(MAKE) $(AM_MAKEFLAGS) dev_docs) + (cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs)