summaryrefslogtreecommitdiff
path: root/Documentation/media/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-30 08:00:11 -0200
committerJonathan Corbet <corbet@lwn.net>2016-11-30 17:01:33 -0700
commit76cf11aa1590f51c49956f088585b2f97d531147 (patch)
tree44181b465792e2fbcffbe40e8fc58cecd5f4f34d /Documentation/media/Makefile
parentd6ba7a9c8b5a6a42e8f7a7efd8345122611b535c (diff)
convert more media images to SVG
Using vectorial graphics provide a better visual. As those images are originally using a vectorial graphics input at the pdf files, use them, from an old media tree repository, converting them to SVG. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/media/Makefile')
-rw-r--r--Documentation/media/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/media/Makefile b/Documentation/media/Makefile
index c22a30b07821..d79afe4d27e9 100644
--- a/Documentation/media/Makefile
+++ b/Documentation/media/Makefile
@@ -14,9 +14,16 @@ IMAGES = \
typical_media_device.svg \
uapi/dvb/dvbstb.svg \
uapi/v4l/constraints.svg \
+ uapi/v4l/crop.svg \
+ uapi/v4l/fieldseq_bt.svg \
+ uapi/v4l/fieldseq_tb.svg \
uapi/v4l/subdev-image-processing-full.svg \
uapi/v4l/subdev-image-processing-scaling-multi-source.svg \
uapi/v4l/subdev-image-processing-crop.svg \
+ uapi/v4l/vbi_525.svg \
+ uapi/v4l/vbi_625.svg \
+ uapi/v4l/vbi_hsync.svg \
+
IMGTGT := $(patsubst %.png,%.pdf,$(patsubst %.svg,%.pdf,$(IMAGES)))
IMGPDF := $(patsubst %,$(SRC_DIR)/%,$(IMGTGT))