Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Use $(MAKE) instead of make.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard PALO authored and dpage committed Jul 19, 2013
1 parent 7eec4c4 commit 2265295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -94,7 +94,7 @@ style:
# Create HTML docs
doc:
if SPHINX_BUILD
cd $(top_srcdir)/docs/en_US && make -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} htmlhelp
cd $(top_srcdir)/docs/en_US && $(MAKE) -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} htmlhelp
endif

all: doc
Expand Down

0 comments on commit 2265295

Please sign in to comment.