From f067d1ded4c8c895e4e220bb49c9a1f2e1842054 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Fri, 7 May 2004 08:02:07 +0000 Subject: [PATCH] Corrected Makefile at suggestion of Richard Downing - make BASEDIR=/some/path instead of BASEDIR=/some/path make git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3500 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e7606fb6d..61f7721a2 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ various other formats. XML to XHTML: ------------- -BASEDIR=/path/to/output/location make +make BASEDIR=/path/to/output/location XML to PDF: