From 38613c4190b386700a84b4f435fbe12823bbbbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 21 Sep 2011 16:09:00 +0200 Subject: system documentation: Support parallel make --- system/doc/programming_examples/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/doc/programming_examples/Makefile') 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 -- cgit v1.2.3