Author: bdubbs
Date: 2006-01-26 09:14:43 -0700 (Thu, 26 Jan 2006)
New Revision: 5596
Modified:
trunk/BOOK/Makefile
trunk/BOOK/general.ent
trunk/BOOK/postlfs/config/bootdisk.xml
trunk/BOOK/stylesheets/blfs.css
Log:
Added infrastructure to link html files it the wiki. Added sample link in
bootdisk.xml
Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2006-01-25 22:38:05 UTC (rev 5595)
+++ trunk/BOOK/Makefile 2006-01-26 16:14:43 UTC (rev 5596)
@@ -58,8 +58,10 @@
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
pdf:
+ xsltproc --xinclude --nonet --stringparam profile.condition pdf \
+ --output blfs-pdf.xml stylesheets/blfs-profile.xsl index.xml
xsltproc --xinclude --nonet --output blfs.fo \
- stylesheets/blfs-pdf.xsl index.xml
+ stylesheets/blfs-pdf.xsl blfs-pdf.xml
sed -i -e "s/inherit/all/" blfs.fo
fop.sh blfs.fo blfs.pdf
$(INSTALL) -d $(BASEDIR)pdf
@@ -90,6 +92,11 @@
validate:
xmllint --noout --nonet --xinclude --postvalid index.xml
+validate-pdf:
+ xsltproc --xinclude --nonet --stringparam profile.condition pdf \
+ --output blfs-pdf.xml stylesheets/blfs-profile.xsl index.xml
+ xmllint --noout --nonet --postvalid blfs-pdf.xml
+
blfs-patch-list:
@echo "Generating blfs-patch-list..."
xsltproc --xinclude --nonet \
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-01-25 22:38:05 UTC (rev 5595)
+++ trunk/BOOK/general.ent 2006-01-26 16:14:43 UTC (rev 5596)
@@ -25,6 +25,8 @@
<!ENTITY blfs-bootscripts-version "20060101">
<!ENTITY blfs-bootscripts-download
"&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
+<!ENTITY blfs-wiki
"http://wiki/linuxfromscratch.org/blfs/wiki">
+
<!-- Part II -->
<!-- Chapter 3 -->
<!ENTITY autofs-version "4.1.4">
Modified: trunk/BOOK/postlfs/config/bootdisk.xml
===================================================================
--- trunk/BOOK/postlfs/config/bootdisk.xml 2006-01-25 22:38:05 UTC (rev
5595)
+++ trunk/BOOK/postlfs/config/bootdisk.xml 2006-01-26 16:14:43 UTC (rev
5596)
@@ -85,6 +85,8 @@
system consists of formatting the drive, adding
<application>GRUB</application>
as well as the Linux kernel and supporting files.</para>
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url='&blfs-wiki;/CreatingaCustomBootDevice'/></para>
+
</sect2>
-
</sect1>
Modified: trunk/BOOK/stylesheets/blfs.css
===================================================================
--- trunk/BOOK/stylesheets/blfs.css 2006-01-25 22:38:05 UTC (rev 5595)
+++ trunk/BOOK/stylesheets/blfs.css 2006-01-26 16:14:43 UTC (rev 5596)
@@ -436,3 +436,9 @@
tt.systemitem {
font-style: italic;
}
+
+p.usernotes {
+ font-size: small;
+ font-weight: bold;
+ font-style: italic;
+}
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page