133
140
dev_txt_files := $(filter-out $(dev_txt_nohtml), $(dev_txt_all))
134
141
dev_htm_files := $(patsubst %.txt, %.html, $(dev_txt_files))
139
146
# Set the paper size for PDF files.
140
147
# Options: 'a4' (ISO A4 size), 'letter' (US Letter size)
142
150
PDF_DOCS := doc/en/user-guide/user-guide.$(PAPERSIZE).pdf
144
152
# Copy and modify the RST sources, and convert SVG images to PDF