From b169b1a7b7812c6057dbe5e37b4303d363dba69a Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 10 Nov 2011 07:53:49 +0000 Subject: [PATCH] Fix problems of make distcheck --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 4f79f8fe6..3edbc8c0a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,8 +24,8 @@ # $Header$ # source path # -#SUBDIRS = salome docutils -SUBDIRS = salome +SUBDIRS = salome docutils +#SUBDIRS = salome usr_docs: (cd salome && $(MAKE) $(AM_MAKEFLAGS) usr_docs) -- 2.39.2