diff options
author | Louie S <louie@example.com> | 2024-05-09 14:31:19 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-05-09 14:31:19 -0400 |
commit | 7c07ea9b892eb93eef7ff69fd83437e2e49bf95c (patch) | |
tree | 2b8477a79cedf60b75d57a3d58802b9fcc8d8a09 /README | |
parent | 02c3cca15cc48cf93979a8bbcf5f47528d1a8b9f (diff) |
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |