summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-05-09 15:16:57 -0400
committerLouie S <louie@example.com>2024-05-09 15:31:11 -0400
commit1fadf93cfb8693d35d110e40a6e30e2d6d8f9134 (patch)
tree6240311204a198d68e1b9646f80850239943af48
parentb25ec09af080cff667fce9becc2fbb15b19c41bd (diff)
Don't set a default version
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d70777..8538ae2 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@ INDEX_FILE = $(RESOURCES_DIR)/docSet.dsidx
#ICON_FILE = $(DOCSET_DIR)/icon.png
ARCHIVE_FILE = $(DOCSET_NAME).tgz
+#VERSION=
+
ifdef VERSION
MANUAL_URL = https://invisible-island.net/archives/ncurses/ncurses-$(VERSION).tar.gz
else