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.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am
index 4e067bca39..dd77a2d208 100644
--- a/doc/bsp_howto/Makefile.am
+++ b/doc/bsp_howto/Makefile.am
@@ -17,7 +17,8 @@ GENERATED_FILES = intro.texi target.texi makefiles.texi linkcmds.texi \
support.texi adaintr.texi init.texi console.texi clock.texi timer.texi \
rtc.texi nvmem.texi network.texi shmsupp.texi analog.texi discrete.texi
-COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
+COMMON_FILES = $(top_srcdir)/common/setup.texi \
+ $(top_srcdir)/common/cpright.texi
FILES =
@@ -110,4 +111,6 @@ $(srcdir)/discrete.texi: discrete.t
-u "Top" \
-n "" < $< > $@
-EXTRA_DIST = *.t
+EXTRA_DIST = adaintr.t analog.t clock.t console.t discrete.t init.t intro.t \
+ linkcmds.t makefiles.t nvmem.t rtc.t shmsupp.t support.t target.t \
+ timer.t