From 3a4594b22c7ad36dac6687b920decabed2c287ae Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Mon, 4 Dec 2006 04:48:25 +0000 Subject: Added a stylesheet and Makefile target that will allow the dynamic creation of a wget-list. Stylesheet is modified from jhalfs-2.0. This will be useful to our current FTP maintainer in dynamically collecting packages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3-54-g00ecf