summaryrefslogtreecommitdiff
path: root/v4l2-spec/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-02-13 18:33:35 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-02-13 18:33:35 -0200
commitf25ebd42bbb82866dfbbba5b7bfc651315fa6416 (patch)
tree9057c87b456d0eedee6844ddfe0b17acbea29c40 /v4l2-spec/Makefile
parente5a5404bb87498cd9b8009d407e1de1b2bbea611 (diff)
parenta568e1259223dd4229419a5ea7fd44f757dbd265 (diff)
downloadmediapointer-dvb-s2-f25ebd42bbb82866dfbbba5b7bfc651315fa6416.tar.gz
mediapointer-dvb-s2-f25ebd42bbb82866dfbbba5b7bfc651315fa6416.tar.bz2
merge: http://linuxtv.org/hg/~dougsland/em28xx/
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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: