diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-08-29 19:11:10 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-08-29 19:11:10 +0000 |
commit | 2c5e4d59948440468cb722c1f3675e7396a20c33 (patch) | |
tree | f15cba79885514aa363b58beadaec39d938ccdf3 /Makefile | |
parent | c9109f25c50599cc831b2610a8b568dd620aff25 (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-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |