mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
* 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:
parent
5844aed232
commit
132fd161b7
6
Makefile
6
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 \
|
||||
|
@ -275,7 +275,7 @@ Maintainer</para></listitem>
|
||||
<listitem><para><ulink url="mailto:semzx@newmail.ru">Alexander Patrakov</ulink>
|
||||
<semzx@newmail.ru> – LFS Technical Writer</para></listitem>
|
||||
|
||||
<listitem><para>Greg Schafer – LFS Technical Writer</para></listitem>
|
||||
<listitem><para><ulink url="mailto:gschafer@zip.com.au">Greg Schafer</ulink> <gschafer@zip.com.au> – LFS Technical Writer</para></listitem>
|
||||
|
||||
<listitem><para>Jesse Tie-Ten-Quee – LFS Technical Writer</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user