From 75bec51b3c41dc3cdc7b0c8e750d0a4fc9a75ea4 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 11 Apr 2013 13:10:03 +0000 Subject: [PATCH] Fix 'make distcheck' --- src/Tools/YamsPlug/doc/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Tools/YamsPlug/doc/Makefile.am b/src/Tools/YamsPlug/doc/Makefile.am index e498dbb25..005a9dd08 100644 --- a/src/Tools/YamsPlug/doc/Makefile.am +++ b/src/Tools/YamsPlug/doc/Makefile.am @@ -5,6 +5,16 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am yamsdocdir=$(docdir)/gui/SMESH/yams + +RSTFILES = lct.rst \ + index.rst \ + editHypo.rst \ + Mandatory_params.rst \ + Generics_params.rst \ + Advanced_params.rst + +EXTRA_DIST += $(RSTFILES) + # You can set these variables from the command line. SPHINXOPTS = SOURCEDIR = $(srcdir) -- 2.30.2