summaryrefslogtreecommitdiff
path: root/v4l2-spec/Makefile
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-02-13 13:23:52 +0100
committerHans Verkuil <hverkuil@xs4all.nl>2009-02-13 13:23:52 +0100
commit31eab17a63b92f738bcaa74a7355a345f9919378 (patch)
tree929b764c8efac3b88f797e0230b4e0ca54146200 /v4l2-spec/Makefile
parent7b70d5201c08e37df21de0ac5152d7da6b85d4a9 (diff)
downloadmediapointer-dvb-s2-31eab17a63b92f738bcaa74a7355a345f9919378.tar.gz
mediapointer-dvb-s2-31eab17a63b92f738bcaa74a7355a345f9919378.tar.bz2
v4l2-apps: rename capture_example to capture-example
From: Hans Verkuil <hverkuil@xs4all.nl> Follow the existing naming conventions. Also did a few small cleanups in this source. Priority: normal Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l2-spec/Makefile')
-rw-r--r--v4l2-spec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l2-spec/Makefile b/v4l2-spec/Makefile
index 9a13c9171..d0dde12f4 100644
--- a/v4l2-spec/Makefile
+++ b/v4l2-spec/Makefile
@@ -320,7 +320,7 @@ DOCUMENTED = \
-e "s/\(V4L2_PIX_FMT_[A-Z0-9_]\+\) /<link linkend=\"\1\">\1<\/link> /g" \
-e ":a;s/\(linkend=\".*\)_\(.*\">\)/\1-\2/;ta"
-capture.c.sgml: ../v4l2-apps/test/capture_example.c Makefile
+capture.c.sgml: ../v4l2-apps/test/capture-example.c Makefile
echo "<programlisting>" > $@
expand --tabs=8 < $< | \
sed $(ESCAPE) $(DOCUMENTED) | \
@@ -478,7 +478,7 @@ pdf-build.stamp: Makefile checks $(SGMLS) $(PDFPICS)
touch pdf-build.stamp
# Example.
-capture: ../v4l2-apps/test/capture_example.c
+capture: ../v4l2-apps/test/capture-example.c
gcc $^ -o $@
distclean clean: