aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 98ea29310..f57c00ea1 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -47,13 +47,13 @@ MAN2HTML= roffit $< >$@
SUFFIXES = .1 .html .pdf
curl.1:
- cd cmdline-opts && make
+ cd cmdline-opts && $(MAKE)
html: $(HTMLPAGES)
- cd libcurl && make html
+ cd libcurl && $(MAKE) html
pdf: $(PDFPAGES)
- cd libcurl && make pdf
+ cd libcurl && $(MAKE) pdf
.1.html:
$(MAN2HTML)