summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-21 21:31:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-21 21:31:02 +0000
commitc7ff10af768978e8c4c97e93bea8ba73469e85b2 (patch)
tree640287aa7d99eaef8b1fc828757176f01c52f613 /doc/bsp_howto/Makefile.am
parent2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c7ff10af768978e8c4c97e93bea8ba73469e85b2.tar.bz2
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_howto/Makefile.am, bsp_howto/linkcmds.t, bsp_howto/makefiles.t, bsp_howto/target.t: Update some of this manual. * bsp_howto/Developer-User-Timeline.eps, bsp_howto/Developer-User-Timeline.png: New files.
Diffstat (limited to '')
-rw-r--r--doc/bsp_howto/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am
index 6126214326..d0d0f6784c 100644
--- a/doc/bsp_howto/Makefile.am
+++ b/doc/bsp_howto/Makefile.am
@@ -19,6 +19,12 @@ GENERATED_FILES = intro.texi target.texi makefiles.texi linkcmds.texi \
COMMON_FILES += $(top_srcdir)/common/cpright.texi
+PNG_FILES = Developer-User-Timeline.png
+
+if USE_HTML
+html_project_DATA += $(PNG_FILES)
+endif
+
FILES =
info_TEXINFOS = bsp_howto.texi
@@ -124,4 +130,4 @@ CLEANFILES += bsp_howto.info bsp_howto.info-?
EXTRA_DIST = adaintr.t analog.t ata.t clock.t console.t discrete.t \
ide-ctrl.t init.t intro.t linkcmds.t makefiles.t nvmem.t rtc.t shmsupp.t \
- support.t target.t timer.t
+ support.t target.t timer.t $(PNG_FILES) $(EPS_IMAGES)