From adad01727b7741792b310fc75f332eb80da2fd37 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 22 Dec 2015 14:58:26 -0800 Subject: [PATCH] Remove doc/ from SUBDIRS. --- Makefile.am | 2 +- doc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f90a620..33f3ba0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = doc src +SUBDIRS = src TESTS = src/emsha_core_test \ src/emsha_sha256_test \ diff --git a/doc/Makefile b/doc/Makefile index ffba406..6d665bc 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 ' where is one of"