linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rolf Eike Beer <eike@bilbo.math.uni-mannheim.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.7 Documentation/Docbook/
Date: Mon, 25 Mar 2002 08:53:11 +0100	[thread overview]
Message-ID: <200203250853.11563@bilbo.math.uni-mannheim.de> (raw)

This patch fixes references to files formerly located in drivers/sound. Now
e.g. make psdocs works again.

Eike

diff -Nau linux-2.5.7-vanilla/Documentation/DocBook/Makefile linux-2.5.7/Documentation/DocBook/Makefile
--- linux-2.5.7-vanilla/Documentation/DocBook/Makefile	Mon Mar 18 21:37:14 2002
+++ linux-2.5.7/Documentation/DocBook/Makefile	Sun Mar 24 20:44:25 2002
@@ -59,8 +59,8 @@
 	$(TOPDIR)/scripts/docgen $(TOPDIR)/drivers/net/wan/z85230.c \
 		<z8530book.tmpl >z8530book.sgml
 
-via-audio.sgml: via-audio.tmpl $(TOPDIR)/drivers/sound/via82cxxx_audio.c
-	$(TOPDIR)/scripts/docgen $(TOPDIR)/drivers/sound/via82cxxx_audio.c \
+via-audio.sgml: via-audio.tmpl $(TOPDIR)/sound/oss/via82cxxx_audio.c
+	$(TOPDIR)/scripts/docgen $(TOPDIR)/sound/oss/via82cxxx_audio.c \
 		<via-audio.tmpl >via-audio.sgml
 
 tulip-user.sgml: tulip-user.tmpl
@@ -100,8 +100,8 @@
 		$(TOPDIR)/drivers/hotplug/pci_hotplug_core.c \
 		$(TOPDIR)/drivers/hotplug/pci_hotplug_util.c \
 		$(TOPDIR)/drivers/block/ll_rw_blk.c \
-		$(TOPDIR)/drivers/sound/sound_core.c \
-		$(TOPDIR)/drivers/sound/sound_firmware.c \
+		$(TOPDIR)/sound/sound_core.c \
+		$(TOPDIR)/sound/sound_firmware.c \
 		$(TOPDIR)/drivers/net/wan/syncppp.c \
 		$(TOPDIR)/drivers/net/wan/z85230.c \
 		$(TOPDIR)/drivers/usb/hcd.c \
diff -Nau linux-2.5.7-vanilla/Documentation/DocBook/kernel-api.tmpl linux-2.5.7/Documentation/DocBook/kernel-api.tmpl
--- linux-2.5.7-vanilla/Documentation/DocBook/kernel-api.tmpl	Mon Mar 18 21:37:02 2002
+++ linux-2.5.7/Documentation/DocBook/kernel-api.tmpl	Sun Mar 24 20:39:04 2002
@@ -203,8 +203,8 @@
 
   <chapter id="snddev">
      <title>Sound Devices</title>
-!Edrivers/sound/sound_core.c
-!Idrivers/sound/sound_firmware.c
+!Esound/sound_core.c
+!Isound/sound_firmware.c
   </chapter>
 
   <chapter id="usb">
diff -Nau linux-2.5.7-vanilla/Documentation/DocBook/via-audio.tmpl linux-2.5.7/Documentation/DocBook/via-audio.tmpl
--- linux-2.5.7-vanilla/Documentation/DocBook/via-audio.tmpl	Mon Mar 18 21:37:16 2002
+++ linux-2.5.7/Documentation/DocBook/via-audio.tmpl	Sun Mar 24 20:44:54 2002
@@ -537,7 +537,7 @@
    </listitem>
    <listitem>
     <para>
- Optimize included headers to eliminate headers found in linux/drivers/sound
+ Optimize included headers to eliminate headers found in linux/sound
 	</para>
    </listitem>
   </itemizedlist>
@@ -587,7 +587,7 @@
   
   <chapter id="intfunctions">
      <title>Internal Functions</title>
-!Idrivers/sound/via82cxxx_audio.c
+!Isound/oss/via82cxxx_audio.c
   </chapter>
 
 </book>

                 reply	other threads:[~2002-03-25  7:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200203250853.11563@bilbo.math.uni-mannheim.de \
    --to=eike@bilbo.math.uni-mannheim.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).