summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2022-11-04 14:50:33 -0700
committerLouie S <louie@example.com>2022-11-04 14:50:33 -0700
commit18db3871eace8da1cbdc6b2c15a155024254e4e5 (patch)
tree27f81269a07eda28b467991dd8ed33b0d2536d94 /Makefile
parent11fb1559b94ab61bd4678de3352ad8ddd0997dc7 (diff)
Replaced all instance of 'GNU Make' with 'GNU Automake'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d5985d4..622967d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-DOCSET_NAME = GNU_Make
+DOCSET_NAME = GNU_Automake
DOCSET_DIR = $(DOCSET_NAME).docset
CONTENTS_DIR = $(DOCSET_DIR)/Contents
@@ -10,8 +10,8 @@ INDEX_FILE = $(RESOURCES_DIR)/docSet.dsidx
ICON_FILE = $(DOCSET_DIR)/icon.png
ARCHIVE_FILE = $(DOCSET_NAME).tgz
-MANUAL_URL = http://www.gnu.org/software/make/manual/make.html_node.tar.gz
-MANUAL_FILE = tmp/make.html_node.tar.gz
+MANUAL_URL = https://www.gnu.org/software/automake/manual/automake.html_node.tar.gz
+MANUAL_FILE = tmp/automake.html_node.tar.gz
DOCSET = $(INFO_PLIST_FILE) $(INDEX_FILE) $(ICON_FILE)