summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-03-14 14:24:59 -0700
committerLouie Shprung <lshprung@scu.edu>2023-03-14 14:24:59 -0700
commit80dbf5531816e8c56b41bcf895e47d655a87b75a (patch)
treeb428c9fcd293056ada7c164c547b0ac3d9b42d2e /Makefile
parent0569fa14d9bfc07f5fcffebb3c53c3b9aa6a7592 (diff)
Bump default version; restructure source to use pup for html parsing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd8a429..d5c95b3 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ INDEX_FILE = $(RESOURCES_DIR)/docSet.dsidx
ICON_FILE = $(DOCSET_DIR)/icon.png
ARCHIVE_FILE = $(DOCSET_NAME).tgz
-MANUAL_VERSION = 2022.09.03
+MANUAL_VERSION = 2023.02.20
MANUAL_URL = https://ftp.gnu.org/gnu/autoconf-archive/autoconf-archive-$(MANUAL_VERSION).tar.xz
MANUAL_SRC = tmp/autoconf-archive-$(MANUAL_VERSION)
MANUAL_SRC_MAKEFILE = $(MANUAL_SRC)/Makefile