109
110
$(wildcard doc/es/guia-usuario/images/*.png) \
110
111
doc/ru/quick-reference/quick-start-summary.svg \
111
112
doc/ru/quick-reference/quick-start-summary.png \
113
115
htm_files := $(patsubst %.txt, %.html, $(txt_files))
114
116
dev_txt_files := $(wildcard $(addsuffix /*.txt, doc/developers))
115
117
dev_htm_files := $(patsubst %.txt, %.html, $(dev_txt_files))
120
122
# Set the paper size for PDF files.
121
123
# Options: 'a4' (ISO A4 size), 'letter' (US Letter size)
123
126
PDF_DOCS := doc/en/user-guide/user-guide.$(PAPERSIZE).pdf
125
128
# Copy and modify the RST sources, and convert SVG images to PDF