From: vsr Date: Fri, 3 Jun 2011 10:52:19 +0000 (+0000) Subject: Fix automake's warning, printed from build_configure X-Git-Tag: V6_3_1rc1~35 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=99102c90a37379ea0de42e6118ab40e9af00cea6 Fix automake's warning, printed from build_configure --- diff --git a/doc/docutils/Makefile.am b/doc/docutils/Makefile.am index 631ab7c06..eeec2fbf9 100644 --- a/doc/docutils/Makefile.am +++ b/doc/docutils/Makefile.am @@ -30,7 +30,7 @@ RSTFILES = \ overview.rst \ docapi.rst -EXTRA_DIST = $(RSTFILES) +EXTRA_DIST += $(RSTFILES) SPHINXOPTS = SOURCEDIR = $(srcdir)