summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-01-16 10:32:26 -0500
committerLouie S <louie@example.com>2024-01-16 10:32:26 -0500
commit9b79eadc9523bb49ddc100164a9be42d93360080 (patch)
treeafc4b48ddfd453ec468698229e807c91293b39a4 /Makefile
parent54a28216c253893f5bcc4a32f07e2f6a62d5bf02 (diff)
Bump for v2.72
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 397d539..5f2d284 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ INDEX_FILE = $(RESOURCES_DIR)/docSet.dsidx
ICON_FILE = $(DOCSET_DIR)/icon.png
ARCHIVE_FILE = $(DOCSET_NAME).tgz
-MANUAL_URL = https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/autoconf.html_node.tar.gz
+VERSION=2.72
+MANUAL_URL = https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-${VERSION}/autoconf.html_node.tar.gz
MANUAL_FILE = tmp/autoconf.html_node.tar.gz
DOCSET = $(INFO_PLIST_FILE) $(INDEX_FILE) $(ICON_FILE)