aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-08-29 19:11:10 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-08-29 19:11:10 +0000
commit2c5e4d59948440468cb722c1f3675e7396a20c33 (patch)
treef15cba79885514aa363b58beadaec39d938ccdf3 /Makefile
parentc9109f25c50599cc831b2610a8b568dd620aff25 (diff)
Added dump-commands.xsl.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a60086d0..701dc1861 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
BASEDIR=~/lfs-book
+DUMPDIR=~/lfs-commands
CHUNK_QUIET=0
PDF_OUTPUT=LFS-BOOK.pdf
NOCHUNKS_OUTPUT=LFS-BOOK.html
@@ -61,6 +62,10 @@ nochunks:
sed -i -e "s@text/html@application/xhtml+xml@g" \
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
+dump-commands:
+ xsltproc --xinclude --nonet --output $(DUMPDIR)/ \
+ stylesheets/dump-commands.xsl index.xml
+
validate:
xmllint --noout --nonet --xinclude --postvalid index.xml