0021196: [CEA 456] Integration and merge modification for debian packages

make docs to work in docutils
This commit is contained in:
eap 2011-03-01 14:59:08 +00:00
parent a580ecb350
commit 9726965a46

View File

@ -21,15 +21,15 @@
# Author : Patrick GOLDBRONN (CEA)
# Date : 30/11/2001
# Modified by : Alexander BORODIN (OCN) - autotools usage
# $Header$
# source path
#
SUBDIRS = salome docutils
usr_docs:
(cd salome && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
(cd docutils && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
docs: usr_docs
dev_docs:
(cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
(cd docutils && $(MAKE) $(AM_MAKEFLAGS) dev_docs)