aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/programming_examples
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-09-21 16:09:00 +0200
committerBjörn Gustavsson <[email protected]>2011-09-21 16:09:00 +0200
commit38613c4190b386700a84b4f435fbe12823bbbbd0 (patch)
treeabd0188eb0edb4e3e8ef9eda781e7e4d3263a727 /system/doc/programming_examples
parent145138f8e2d0d8b1c0a6662a4195ced861759c36 (diff)
downloadotp-38613c4190b386700a84b4f435fbe12823bbbbd0.tar.gz
otp-38613c4190b386700a84b4f435fbe12823bbbbd0.tar.bz2
otp-38613c4190b386700a84b4f435fbe12823bbbbd0.zip
system documentation: Support parallel make
Diffstat (limited to 'system/doc/programming_examples')
-rw-r--r--system/doc/programming_examples/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/doc/programming_examples/Makefile b/system/doc/programming_examples/Makefile
index 73512c9654..8aeead9f6a 100644
--- a/system/doc/programming_examples/Makefile
+++ b/system/doc/programming_examples/Makefile
@@ -70,6 +70,8 @@ DVIPS_FLAGS +=
# ----------------------------------------------------
# Targets
# ----------------------------------------------------
+_create_dirs := $(shell mkdir -p $(HTMLDIR))
+
docs: html
local_docs: PDFDIR=../../pdf