From fee3f835077bb7bc359fceb29895aa2d127c901c Mon Sep 17 00:00:00 2001 From: Zeckmathederg Date: Sun, 28 Apr 2024 14:30:53 -0600 Subject: [PATCH] Adjusted README to have GLFS values except for blfs-patch-list. Makefile will be adjusted later to only be GLFS. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 8dc0b0e620..eee83be495 100644 --- a/README +++ b/README @@ -4,15 +4,15 @@ determine what programs you need to install and where to get instructions to install that software. After that, you can build the html with a simple 'make' command. -The default target builds the html in $(HOME)/public_html/blfs-book. +The default target builds the html in $(HOME)/public_html/glfs. For all targets, setting the parameter REV=systemd is needed to build the systemd version of the book. Other Makefile targets are: nochunks, validate, and blfs-patch-list. -nochunks: builds BLFS in one huge file. +nochunks: builds GLFS in one huge file. validate: does an extensive check for xml errors in the book. -blfs-patch-list: generates a list of all blfs controlled patches in the book. +blfs-patch-list: generates a list of all GLFS controlled patches in the book.