summaryrefslogtreecommitdiffstats
path: root/doc/cpu_supplement/Makefile.am
diff options
context:
space:
mode:
authorHesham ALMatary <heshamelmatary@gmail.com>2015-05-20 09:51:02 +0100
committerGedare Bloom <gedare@rtems.org>2015-05-21 16:03:34 -0400
commit10504d3ca4d827eaed7c5b2822b3dc75e7b6d11b (patch)
tree864b4985a7a431bd3520e9d815927eee5315c2df /doc/cpu_supplement/Makefile.am
parentEpiphany: Add the first epiphany_sim BSP v4 (diff)
downloadrtems-10504d3ca4d827eaed7c5b2822b3dc75e7b6d11b.tar.bz2
doc: Add new documentation section for Epiphany architecture
Diffstat (limited to 'doc/cpu_supplement/Makefile.am')
-rw-r--r--doc/cpu_supplement/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/cpu_supplement/Makefile.am b/doc/cpu_supplement/Makefile.am
index 300ff786cc..06ebf48970 100644
--- a/doc/cpu_supplement/Makefile.am
+++ b/doc/cpu_supplement/Makefile.am
@@ -15,6 +15,7 @@ GENERATED_FILES += general.texi
GENERATED_FILES += arm.texi
GENERATED_FILES += avr.texi
GENERATED_FILES += bfin.texi
+GENERATED_FILES += epiphany.texi
GENERATED_FILES += h8300.texi
GENERATED_FILES += i386.texi
GENERATED_FILES += lm32.texi
@@ -62,6 +63,11 @@ bfin.texi: bfin.t
-u "Top" \
-n "" < $< > $@
+epiphany.texi: epiphany.t
+ $(BMENU2) -p "" \
+ -u "Top" \
+ -n "" < $< > $@
+
h8300.texi: h8300.t
$(BMENU2) -p "" \
-u "Top" \