Subversion Repositories HelenOS-doc

Rev

Rev 11 | Rev 15 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 14
Line 72... Line 72...
72
pdf:   
72
pdf:   
73
	mkdir -p $(BUILD_PDF_DIR)
73
	mkdir -p $(BUILD_PDF_DIR)
74
	mkdir -p $(BUILD_PDF_DIR)images
74
	mkdir -p $(BUILD_PDF_DIR)images
75
	cp src/images/* $(BUILD_PDF_DIR)images
75
	cp src/images/* $(BUILD_PDF_DIR)images
76
	xsltproc \
76
	xsltproc \
-
 
77
	  --stringparam paper.type A4 \
77
	  --stringparam fop.extensions 1 \
78
	  --stringparam fop.extensions 1 \
78
	  --stringparam bondari.jimi.compatible 1 \
79
	  --stringparam bondari.jimi.compatible 1 \
79
	  --stringparam section.autolabel 1 \
80
	  --stringparam section.autolabel 1 \
80
	  --stringparam section.label.includes.component.label 1 \
81
	  --stringparam section.label.includes.component.label 1 \
81
	  --output  $(BUILD_PDF_DIR)index.fo $(DOCBOOK_DIR)fo/docbook.xsl src/index.xml
82
	  --output  $(BUILD_PDF_DIR)index.fo $(DOCBOOK_DIR)fo/docbook.xsl src/index.xml