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