summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-06-07 15:47:18 -0400
committerLouie S <louie@example.com>2024-06-07 15:47:18 -0400
commitf18ddb6d8dc00486b53c3973344662640fff2db0 (patch)
tree7450de2dc516c25b547ba3a199dc7e24d44f5093 /README.md
parent603d3105cb16470e502f0e3d20f95d2243771e33 (diff)
Working archive target
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 366b689..894cf6d 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Usage: make DOCSET_NAME [BUILD_DIR=...]
BUILD_DIR can be set to a directory to build under. The default is ./build
Other possible targets:
- archive - create .tgz archives for all docsets in BUILD_DIR (WIP)
+ archive - create .tgz archives for all docsets in BUILD_DIR
clean - remove all docsets and .tgz archives from BUILD_DIR
$(BUILD_DIR)/$(DOCSET_NAME).docset - equivalent to DOCSET_NAME
$(BUILD_DIR)/$(DOCSET_NAME).tgz - create a .tgz archive of DOCSET_NAME