diff options
Diffstat (limited to 'v4l2-spec/Makefile')
-rw-r--r-- | v4l2-spec/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/v4l2-spec/Makefile b/v4l2-spec/Makefile index a3041105d..e7936ade8 100644 --- a/v4l2-spec/Makefile +++ b/v4l2-spec/Makefile @@ -1,5 +1,5 @@ # Also update in v4l2.sgml! -VERSION = 0.24 +VERSION = 0.25 SGMLS = \ biblio.sgml \ @@ -34,11 +34,14 @@ SGMLS = \ io.sgml \ pixfmt-grey.sgml \ pixfmt-nv12.sgml \ + pixfmt-nv16.sgml \ pixfmt-packed-rgb.sgml \ pixfmt-packed-yuv.sgml \ pixfmt-sbggr16.sgml \ pixfmt-sbggr8.sgml \ + pixfmt-sgbrg8.sgml \ pixfmt-uyvy.sgml \ + pixfmt-vyuy.sgml \ pixfmt-y16.sgml \ pixfmt-y41p.sgml \ pixfmt-yuv410.sgml \ @@ -46,6 +49,7 @@ SGMLS = \ pixfmt-yuv420.sgml \ pixfmt-yuv422p.sgml \ pixfmt-yuyv.sgml \ + pixfmt-yvyu.sgml \ pixfmt.sgml \ v4l2.sgml \ videodev2.h.sgml \ @@ -114,7 +118,7 @@ WARN = CUSTOM_HTML = --dsl custom.dsl\#html CUSTOM_PRINT = --dsl custom.dsl\#print -all: capture html-single pdf html +all: capture html-single html: html-build.stamp @@ -122,6 +126,8 @@ html-single: html-single-build.stamp pdf: pdf-build.stamp +coffeebreak: all html pdf + FUNCS = \ close \ ioctl \ @@ -500,3 +506,4 @@ clean: rm -f capture.c.sgml rm -f capture rm -f indices.sgml entities.sgml + rm -rf v4l2 v4l2-single v4l2.pdf |