From f7bd105db3cf74fb6d2bfed726cf5d187cb1109f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 19 Dec 2004 21:17:48 +0000 Subject: Updated the stylesheets and Makefile. Removed contrib/, index-pdf.xml and goTidy. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4428 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ad4513406..2bc4e2cab 100644 --- a/Makefile +++ b/Makefile @@ -20,9 +20,9 @@ lfs: cp $(XSLROOTDIR)/images/*.png \ $(BASEDIR)/images cd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" \ - index.html part1.html part2.html part3.html longindex.html + *.html cd $(BASEDIR)/; sed -i -e "s@../images@images@g" \ - index.html part1.html part2.html part3.html longindex.html + *.html for filename in `find $(BASEDIR) -name "*.html"`; do \ tidy -config tidy.conf $$filename; \ @@ -47,7 +47,7 @@ lfs: pdf: xsltproc --xinclude --nonet --stringparam profile.condition print \ - --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index-pdf.xml + --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index.xml xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl \ $(BASEDIR)/lfs-pdf.xml sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo -- cgit v1.2.3-54-g00ecf