summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ca465f0..bf42583 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,7 @@ SRC_MAKE_CALL = $(MAKE) -f src/Makefile BUILD_DIR=$(BUILD_DIR)
# For this target, only archive docsets that have already been built in BUILD_DIR
.phony: archive
-archive:
- #TODO
+archive: $(foreach docset,$(wildcard $(BUILD_DIR)/*.docset),$(basename $(docset)).tgz)
# For this target, simply remove all docsets and tgz files from BUILD_DIR
.phony: clean