|
@@ -34,8 +34,9 @@ pdf:
|
|
|
fop.sh lfs.fo $(PDF_OUTPUT)
|
|
|
|
|
|
print:
|
|
|
- xsltproc --xinclude --nonet --output lfs-print.fo \
|
|
|
- stylesheets/lfs-print.xsl index.xml
|
|
|
+ xsltproc --xinclude --nonet --stringparam profile.condition print --output lfs-print.xml \
|
|
|
+ stylesheets/lfs-profile.xsl index.xml
|
|
|
+ xsltproc --nonet --output lfs-print.fo stylesheets/lfs-print.xsl lfs-print.xml
|
|
|
sed -i -e "s/inherit/all/" lfs-print.fo
|
|
|
fop.sh lfs-print.fo $(PRINT_OUTPUT)
|
|
|
|