浏览代码

HEAD: Updated Makefile to the current version in b5_1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3647 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 21 年之前
父节点
当前提交
91364a5af9
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      Makefile

+ 13 - 0
Makefile

@@ -19,11 +19,24 @@ lfs:
 	cd $(BASEDIR)/; sed -i -e "s@../images@images@g" \
 	cd $(BASEDIR)/; sed -i -e "s@../images@images@g" \
 	  index.html part1.html part2.html part3.html longindex.html
 	  index.html part1.html part2.html part3.html longindex.html
 
 
+	sh goTidy $(BASEDIR)/
+
 pdf:
 pdf:
 	xsltproc --xinclude --nonet --output lfs.fo stylesheets/lfs-pdf.xsl \
 	xsltproc --xinclude --nonet --output lfs.fo stylesheets/lfs-pdf.xsl \
 	  index.xml
 	  index.xml
 	sed -i -e "s/inherit/all/" lfs.fo
 	sed -i -e "s/inherit/all/" lfs.fo
 	fop.sh lfs.fo lfs.pdf
 	fop.sh lfs.fo lfs.pdf
 
 
+print:
+	xsltproc --xinclude --nonet --output lfs-print.fo \
+	  stylesheets/lfs-print.xsl index.xml
+	sed -i -e "s/inherit/all/" lfs-print.fo
+	fop.sh lfs-print.fo lfs-print.pdf
+
+nochunks:
+	xsltproc --xinclude --nonet --output lfs.html \
+	  stylesheets/lfs-nochunks.xsl index.xml
+	tidy -config tidy.conf lfs.html || true
+
 validate:
 validate:
 	xmllint --noout --nonet --xinclude --postvalid index.xml
 	xmllint --noout --nonet --xinclude --postvalid index.xml