mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Made 'make sgmldocs' work again after serial merge [1/9]
@ 2002-07-24 21:20 Sam Ravnborg
  2002-07-24 21:31 ` [PATCH] kernel-doc: Improved support for man-page generation [2/9] Sam Ravnborg
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sam Ravnborg @ 2002-07-24 21:20 UTC (permalink / raw)
  To: torvalds, davej, rmk; +Cc: linux-kernel

9 patches follows dealing with the kernel-documentation.
1	Changes after move of serial drivers
2-4	Corrections to kernel-doc, mainly forward porting from 2.4
5-7	Rewrite of docproc, docbook makefile + related stuff
8-9	Changes in top-level makefile

Except for the changes in kernel-doc this is equal to the single patch
submitted yesterday. But reading the patch I felt a few more comments were
needed, so I decided to split it up a bit.

Applies to Linus'es BK-latest.

	Sam

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.431   -> 1.432  
#	Documentation/DocBook/kernel-api.tmpl	1.15    -> 1.16   
#	Documentation/DocBook/Makefile	1.27    -> 1.28   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/07/24	sam@mars.ravnborg.org	1.432
# [PATCH] Made 'make sgmldocs' work again after serial merge [1/8]
# o Changed targets in documentation/DocBook/Makefile
# o New filenames in DocBook/kernel-api.tmpl
# --------------------------------------------
#
diff -Nru a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
--- a/Documentation/DocBook/Makefile	Wed Jul 24 22:06:00 2002
+++ b/Documentation/DocBook/Makefile	Wed Jul 24 22:06:00 2002
@@ -107,7 +107,8 @@
 		$(TOPDIR)/kernel/printk.c \
 		$(TOPDIR)/drivers/net/net_init.c \
 		$(TOPDIR)/drivers/net/8390.c \
-		$(TOPDIR)/drivers/char/serial.c \
+		$(TOPDIR)/drivers/serial/core.c \
+		$(TOPDIR)/drivers/serial/8250.c \
 		$(TOPDIR)/drivers/pci/pci.c \
 		$(TOPDIR)/drivers/hotplug/pci_hotplug_core.c \
 		$(TOPDIR)/drivers/hotplug/pci_hotplug_util.c \
diff -Nru a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl
--- a/Documentation/DocBook/kernel-api.tmpl	Wed Jul 24 22:06:00 2002
+++ b/Documentation/DocBook/kernel-api.tmpl	Wed Jul 24 22:06:00 2002
@@ -305,7 +305,8 @@
 
   <chapter id="uart16x50">
      <title>16x50 UART Driver</title>
-!Edrivers/char/serial.c
+!Edrivers/serial/core.c
+!Edrivers/serial/8250.c
   </chapter>
 
   <chapter id="z85230">

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-07-24 21:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-24 21:20 [PATCH] Made 'make sgmldocs' work again after serial merge [1/9] Sam Ravnborg
2002-07-24 21:31 ` [PATCH] kernel-doc: Improved support for man-page generation [2/9] Sam Ravnborg
2002-07-24 21:32 ` [PATCH] kernel-doc: Generate valid DocBook syntax [3/9] Sam Ravnborg
2002-07-24 21:33 ` [PATCH] kernel-doc: Fix warnings [4/9] Sam Ravnborg
2002-07-24 21:34 ` [PATCH] docbook: scripts/docproc improved [5/9] Sam Ravnborg
2002-07-24 21:36 ` [PATCH] docbook: Makefile cleanup [6/9] Sam Ravnborg
2002-07-24 21:37 ` [PATCH] docbook: Update documentation to reflect new docproc [7/9] Sam Ravnborg
2002-07-24 21:38 ` [PATCH] docbook: Move script target in top-level file [8/9] Sam Ravnborg
2002-07-24 21:39 ` [PATCH] docbook: Call docbook makefile with -f [9/9] Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®