diff --git a/Makefile b/Makefile index e61f05d5e..88c7d9a9d 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ PDF_OUTPUT=LFS-BOOK.pdf NOCHUNKS_OUTPUT=LFS-BOOK.html XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-1.69.1 + lfs: xsltproc --xinclude --nonet -stringparam profile.condition html \ -stringparam chunk.quietly $(CHUNK_QUIET) -stringparam base.dir $(BASEDIR)/ \ @@ -31,6 +32,11 @@ lfs: sh obfuscate.sh $$filename; \ sed -i -e "s@text/html@application/xhtml+xml@g" $$filename; \ done; + + $(MAKE) wget-list + +wget-list: + xsltproc --xinclude --nonet stylesheets/wget-list.xsl index.xml > $(BASEDIR)/wget-list # Uncomment this for testing and stable versions #pdf: diff --git a/stylesheets/wget-list.xsl b/stylesheets/wget-list.xsl new file mode 100644 index 000000000..d0da2bd3b --- /dev/null +++ b/stylesheets/wget-list.xsl @@ -0,0 +1,74 @@ + + + + + + + + + + ftp://ftp.osuosl.org + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +