Hi Linus,
Here is a patch to fix up the {html,ps,sgml,...}docs Makefile targets,
which have been broken ever since videodev.c moved house.
Tim.
*/
Index: linux/Documentation/DocBook/Makefile
diff -u linux/Documentation/DocBook/Makefile:1.1.1.24 linux/Documentation/DocBook/Makefile:1.32
--- linux/Documentation/DocBook/Makefile:1.1.1.24 Mon Sep 25 18:39:15 2000
+++ linux/Documentation/DocBook/Makefile Mon Sep 25 18:46:39 2000
@@ -55,11 +55,11 @@
$(TOPDIR)/scripts/docgen $(TOPDIR)/arch/i386/kernel/mca.c \
<mcabook.tmpl >mcabook.sgml
-videobook.sgml: videobook.tmpl $(TOPDIR)/drivers/char/videodev.c
- $(TOPDIR)/scripts/docgen $(TOPDIR)/drivers/char/videodev.c \
+videobook.sgml: videobook.tmpl $(TOPDIR)/drivers/media/video/videodev.c
+ $(TOPDIR)/scripts/docgen $(TOPDIR)/drivers/media/video/videodev.c \
<videobook.tmpl >videobook.sgml
-APISOURCES := $(TOPDIR)/drivers/char/videodev.c \
+APISOURCES := $(TOPDIR)/drivers/media/video/videodev.c \
$(TOPDIR)/arch/i386/kernel/mca.c \
$(TOPDIR)/arch/i386/kernel/mtrr.c \
$(TOPDIR)/drivers/char/misc.c \
Index: linux/Documentation/DocBook/kernel-api.tmpl
diff -u linux/Documentation/DocBook/kernel-api.tmpl:1.1.1.11 linux/Documentation/DocBook/kernel-api.tmpl:1.3
--- linux/Documentation/DocBook/kernel-api.tmpl:1.1.1.11 Mon Sep 25 18:39:15 2000
+++ linux/Documentation/DocBook/kernel-api.tmpl Mon Sep 25 18:46:39 2000
@@ -141,7 +141,7 @@
<chapter id="viddev">
<title>Video4Linux</title>
-!Edrivers/char/videodev.c
+!Edrivers/media/video/videodev.c
</chapter>
<chapter id="snddev">
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Sep 30 2000 - 21:00:17 EST