aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-07-26 19:42:52 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-07-26 19:42:52 +0000
commit132fd161b77de7d324a153cc64665f71318f1c64 (patch)
tree495476fff4adf8c354c0809b48ba4cb68072c867
parent5844aed232d1adc92b6c5067c456f70401745826 (diff)
* 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
-rw-r--r--Makefile6
-rw-r--r--appendixb/acknowledgments.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6e35ef8c3..79e897c7a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \
diff --git a/appendixb/acknowledgments.xml b/appendixb/acknowledgments.xml
index 81af916d5..44dc21627 100644
--- a/appendixb/acknowledgments.xml
+++ b/appendixb/acknowledgments.xml
@@ -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>