mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
7 lines
177 B
Makefile
7 lines
177 B
Makefile
# PDF saving sources
|
|
|
|
# S_PDF are sources of the pdf plotter + the ones for paged-printing
|
|
S_PDF := pdf_plotters.c font_haru.c
|
|
|
|
S_PDF := $(addprefix desktop/save_pdf/,$(S_PDF))
|