mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fixed a typo in the Makefile.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
59ccb23e31
commit
9dda951428
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ lfs:
|
|||||||
index.html part1.html part2.html part3.html longindex.html
|
index.html part1.html part2.html part3.html longindex.html
|
||||||
|
|
||||||
for filename in `find $(BASEDIR) -name "*.html"`; do \
|
for filename in `find $(BASEDIR) -name "*.html"`; do \
|
||||||
$TIDY -config tidy.conf $$filename; \
|
$(TIDY) -config tidy.conf $$filename; \
|
||||||
true; \
|
true; \
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user