Move Wiki version of the FAQ into its own directory, minor updates.

This commit is contained in:
david 2003-05-18 22:19:16 +00:00
parent 19ff470cc4
commit 2cfec1c95c
2 changed files with 23 additions and 7 deletions

View File

@ -21,12 +21,6 @@
<authorinitials>dcm</authorinitials>
<revremark>Some reorganization and markup changes.</revremark>
</revision>
<revision>
<revnumber>2.1</revnumber>
<date>2003-05-??</date>
<authorinitials>dcm</authorinitials>
<revremark></revremark>
</revision>
</revhistory>
<abstract>
@ -4610,7 +4604,7 @@ contributors to Linux for giving us something to talk about!
Copyright (c) 2001 Robert Kiesling.
Copyright (c) 2002 David Merrill.
Copyright (c) 2002, 2003 David Merrill.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1

View File

@ -0,0 +1,22 @@
#DOCBOOK_XSL=/sw/share/xml/xsl/html/docbook.xsl
#DOCBOOK_CHUNK_XSL=/sw/share/xml/xsl/html/chunk.xsl
#DOCBOOK_XSL=/usr/local/share/docbook-xsl-1.61.0/html/docbook.xsl
#DOCBOOK_CHUNK_XSL=/usr/local/share/docbook-xsl-1.61.0/html/chunk.xsl
DOCBOOK_XSL=/usr/local/share/ldp-docbook/ldp-html.xsl
DOCBOOK_CHUNK_XSL=/usr/local/share/ldp-docbook/ldp-html-chunk.xsl
build: Linux-FAQ.html index.html
Linux-FAQ.html: Linux-FAQ.xml
xsltproc -o Linux-FAQ.html $(DOCBOOK_XSL) Linux-FAQ.xml
index.html: Linux-FAQ.xml
xsltproc $(DOCBOOK_CHUNK_XSL) Linux-FAQ.xml
Linux-FAQ.xml: Linux-FAQ.wt
wt2db -x -f Linux-FAQ.wt -o Linux-FAQ.xml
clean:
rm -f *.html
rm -f Linux-FAQ.xml