Remove doc/ from SUBDIRS.
This commit is contained in:
parent
fcacc61697
commit
adad01727b
|
@ -1,5 +1,5 @@
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
SUBDIRS = doc src
|
||||
SUBDIRS = src
|
||||
|
||||
TESTS = src/emsha_core_test \
|
||||
src/emsha_sha256_test \
|
||||
|
|
|
@ -19,7 +19,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) sou
|
|||
# the i18n builder cannot share the environment and doctrees with the others
|
||||
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
|
||||
|
||||
.PHONY: help all distclean clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex pdf latexpdf text man changes linkcheck doctest gettext check
|
||||
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext check
|
||||
|
||||
help:
|
||||
@echo "Please use \`make <target>' where <target> is one of"
|
||||
|
|
Loading…
Reference in New Issue