aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syntax_tools/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/syntax_tools/examples/Makefile')
-rw-r--r--lib/syntax_tools/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/syntax_tools/examples/Makefile b/lib/syntax_tools/examples/Makefile
index 7cfe9185c2..2724b0899b 100644
--- a/lib/syntax_tools/examples/Makefile
+++ b/lib/syntax_tools/examples/Makefile
@@ -49,8 +49,8 @@ docs:
include $(ERL_TOP)/make/otp_release_targets.mk
release_spec:
- $(INSTALL_DIR) $(RELSYSDIR)/examples
- $(INSTALL_DATA) $(EXAMPLE_FILES) $(RELSYSDIR)/examples
+ $(INSTALL_DIR) "$(RELSYSDIR)/examples"
+ $(INSTALL_DATA) $(EXAMPLE_FILES) "$(RELSYSDIR)/examples"
release_docs_spec: