mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
30ae631426
commit
3ef8484f65
21
INSTALL
21
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
|
||||
|
Loading…
Reference in New Issue
Block a user