Linus,
Here is a patch to add a rule that makes SGML files from templates for
the new additions. An alternative to this patch would be to rename
the files '[...].sgml' I guess, since they don't take any code from
the extractable comments.
Tim.
*/
Index: linux/Documentation/DocBook/Makefile
diff -u linux/Documentation/DocBook/Makefile:1.1.1.15 linux/Documentation/DocBook/Makefile:1.17
--- linux/Documentation/DocBook/Makefile:1.1.1.15 Tue May 23 15:04:38 2000
+++ linux/Documentation/DocBook/Makefile Wed May 24 18:50:52 2000
@@ -24,6 +24,12 @@
$(TOPDIR)/scripts/docproc:
$(MAKE) -C $(TOPDIR)/scripts docproc
+kernel-hacking.sgml: kernel-hacking.tmpl
+ $(TOPDIR)/scripts/docgen <$< >$@
+
+kernel-locking.sgml: kernel-locking.tmpl
+ $(TOPDIR)/scripts/docgen <$< >$@
+
wanbook.sgml: wanbook.tmpl
$(TOPDIR)/scripts/docgen $(TOPDIR)/drivers/net/wan/syncppp.c \
<wanbook.tmpl >wanbook.sgml
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:12 EST