diff options
Diffstat (limited to 'system/doc/programming_examples')
| -rw-r--r-- | system/doc/programming_examples/Makefile | 2 | 
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 | 
