Finer control over the build of the documentation

* Makefile.am: move the doc subdirectory to its own variable
This commit is contained in:
Maximilien Colange 2017-11-27 14:37:39 +01:00
parent d219e4a556
commit b23f1d5054

View file

@ -32,7 +32,8 @@ if USE_PYTHON
PYTHON_SUBDIR = python PYTHON_SUBDIR = python
endif endif
SUBDIRS = picosat buddy lib ltdl spot bin tests $(PYTHON_SUBDIR) doc \ DOC_SUBDIR = doc
SUBDIRS = picosat buddy lib ltdl spot bin tests $(PYTHON_SUBDIR) $(DOC_SUBDIR) \
$(NEVER_SUBDIRS) $(NEVER_SUBDIRS)
UTF8 = utf8/README.md utf8/utf8.h \ UTF8 = utf8/README.md utf8/utf8.h \