* Move HTML tidy to run before obfuscate.sh as they behave badly otherwise (bug 1594)

* Add Greg Schafer's email address in the acknowledgements


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6583 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-07-26 19:42:52 +00:00
parent 5844aed232
commit 132fd161b7
2 changed files with 4 additions and 4 deletions

View File

@ -25,12 +25,12 @@ lfs:
*.html
for filename in `find $(BASEDIR) -name "*.html"`; do \
sh obfuscate.sh $$filename; \
tidy -config tidy.conf $$filename; \
true; \
done;
for filename in `find $(BASEDIR) -name "*.html"`; do \
tidy -config tidy.conf $$filename; \
true; \
sh obfuscate.sh $$filename; \
done;
for filename in `find $(BASEDIR) -name "*.html"`; do \

View File

@ -275,7 +275,7 @@ Maintainer</para></listitem>
<listitem><para><ulink url="mailto:semzx@newmail.ru">Alexander Patrakov</ulink>
&lt;semzx@newmail.ru&gt; &ndash; LFS Technical Writer</para></listitem>
<listitem><para>Greg Schafer &ndash; LFS Technical Writer</para></listitem>
<listitem><para><ulink url="mailto:gschafer@zip.com.au">Greg Schafer</ulink> &lt;gschafer@zip.com.au&gt; &ndash; LFS Technical Writer</para></listitem>
<listitem><para>Jesse Tie-Ten-Quee &ndash; LFS Technical Writer</para></listitem>