summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/doc/Makefile b/cpp/doc/Makefile
index b954b7b7bdf..839a932a6ad 100644
--- a/cpp/doc/Makefile
+++ b/cpp/doc/Makefile
@@ -26,7 +26,7 @@ IMAGES = images
JAVASCRIPT = symboltree.js
reference/index.html: $(SLICEFILES)
- make clean
+ $(MAKE) clean
$(bindir)/slice2html --ice -I../slice --hdr=htmlHeader --indexhdr=indexHeader --indexftr=indexFooter --output-dir=reference --index=3 --summary=120 $(SLICEFILES)
mkdir reference/$(IMAGES)
cp $(IMAGES)/*.gif reference/$(IMAGES)