From 7c07ea9b892eb93eef7ff69fd83437e2e49bf95c Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 9 May 2024 14:31:19 -0400 Subject: Update manual source url --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index 08484e4..7e42a05 100644 --- a/README +++ b/README @@ -7,6 +7,7 @@ Here is a script and a Makefile for generating a GNU C Library (or "glibc") docs To generate a docset from the latest edition of the GNU C Library Manual, simply execute `make` from the same directory as this README file. The latest edition will be downloaded from https://www.gnu.org/software/libc/manual/html_node/libc-html_node.tar.gz and packaged appropriately. +A manual version can be specified by passing a MANUAL_VERSION=... argument. Requirements: -- cgit