summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9339745..9559806 100644
--- a/Makefile
+++ b/Makefile
@@ -52,8 +52,10 @@ tmp:
$(ARCHIVE_FILE): $(DOCSET)
tar --exclude='.DS_Store' -czf $@ $(DOCSET_DIR)
+ifdef MANUAL_URL
$(MANUAL_FILE): tmp
curl -o $@ $(MANUAL_URL)
+endif
$(DOCSET_DIR):
mkdir -p $@