Browse Source

* 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

Matthew Burgess 20 năm trước cách đây
mục cha
commit
132fd161b7
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 3 3
      Makefile
  2. 1 1
      appendixb/acknowledgments.xml

+ 3 - 3
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 \

+ 1 - 1
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>