patch-2.4.0-test1 linux/Documentation/DocBook/Makefile
Next file: linux/Documentation/fb/modedb.txt
Previous file: linux/Documentation/Configure.help
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed May 24 10:55:27 2000
- Orig file:
v2.3.99-pre9/linux/Documentation/DocBook/Makefile
- Orig date:
Tue May 23 15:31:32 2000
diff -u --recursive --new-file v2.3.99-pre9/linux/Documentation/DocBook/Makefile linux/Documentation/DocBook/Makefile
@@ -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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)