mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Removed the TIDY variable
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1cbea46700
commit
12043d221f
3
Makefile
3
Makefile
@ -3,7 +3,6 @@ CHUNK_QUIET=0
|
|||||||
PDF_OUTPUT=LFS-BOOK.pdf
|
PDF_OUTPUT=LFS-BOOK.pdf
|
||||||
NOCHUNKS_OUTPUT=LFS-BOOK.html
|
NOCHUNKS_OUTPUT=LFS-BOOK.html
|
||||||
XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-current
|
XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-current
|
||||||
TIDY=/home/manuel/bin/lfs-tidy
|
|
||||||
|
|
||||||
lfs:
|
lfs:
|
||||||
xsltproc --xinclude --nonet -stringparam chunk.quietly $(CHUNK_QUIET) \
|
xsltproc --xinclude --nonet -stringparam chunk.quietly $(CHUNK_QUIET) \
|
||||||
@ -26,7 +25,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