summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bsp_howto/Makefile.am')
-rw-r--r--doc/bsp_howto/Makefile.am17
1 files changed, 6 insertions, 11 deletions
diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am
index 4657bbe873..9074e6eb13 100644
--- a/doc/bsp_howto/Makefile.am
+++ b/doc/bsp_howto/Makefile.am
@@ -25,13 +25,6 @@ info_TEXINFOS = bsp_howto.texi
bsp_howto_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
#
-# Grab the chapter on writing a network device driver.
-#
-network.t:
- ln -s ../networking/driver.t network.t
-
-
-#
# Process Automatically Generated Files
#
@@ -94,11 +87,13 @@ nvmem.texi: nvmem.t
$(BMENU) -p "" \
-u "Top" \
-n "" $<
-
-network.texi: network.t
- $(BMENU) -p "" \
+#
+# Grab the chapter on writing a network device driver.
+#
+network.texi: ../networking/driver.t
+ $(BMENU2) -p "" \
-u "Top" \
- -n "" $<
+ -n "" < $< > $@
shmsupp.texi: shmsupp.t
$(BMENU) -p "" \