aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-06-09 18:45:52 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-06-09 18:45:52 +0000
commit3ef8484f655519ad5833ccc605879ad8a2f593d1 (patch)
tree6bd8256da20e91f5f77b18102584a975513990b9 /INSTALL
parent30ae631426ea060a929fe001e4f2495f9622faa1 (diff)
Don't have to edit htmldoc's Makefile.in anymore
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 1 insertions, 20 deletions
diff --git a/INSTALL b/INSTALL
index 99b30342c..750476cc8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -89,26 +89,7 @@ FLTK (you can skip this one if you don't want the X front-end):
make install
HTMLDOC:
-Edit the Makefile.in file and find these lines:
-
-install:
- $(MAKE) all
- for dir in $(INSTALLDIRS); do\
- echo Installing in $$dir...;\
- (cd $$dir; $(MAKE) -$(MAKEFLAGS) clean) || break;\
- done
-
-Change this into:
-
-install:
- $(MAKE) all
- for dir in $(INSTALLDIRS); do\
- echo Installing in $$dir...;\
- (cd $$dir; $(MAKE) -$(MAKEFLAGS) install) || break;\
- done
-
-This will fix that little bug that causes 'make install' to be
-identical to 'make clean'. Now continue with:
+Install by running:
./configure --prefix=/usr
make