summaryrefslogtreecommitdiffstats
path: root/doc/porting
diff options
context:
space:
mode:
Diffstat (limited to 'doc/porting')
-rw-r--r--doc/porting/Makefile.am6
-rw-r--r--doc/porting/porting.texi4
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/porting/Makefile.am b/doc/porting/Makefile.am
index f376e5b0b4..53c2b9795e 100644
--- a/doc/porting/Makefile.am
+++ b/doc/porting/Makefile.am
@@ -21,7 +21,8 @@ GENERATED_FILES = developtools.texi sourcecode.texi cpumodels.texi \
cpuinit.texi interrupts.texi taskcontext.texi idlethread.texi \
prioritybitmap.texi codetuning.texi miscellaneous.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
info_TEXINFOS = porting.texi
porting_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
@@ -76,4 +77,5 @@ $(srcdir)/miscellaneous.texi: miscellaneous.t
-u "Top" \
-n "Command and Variable Index" < $< > $@
-EXTRA_DIST = *.t
+EXTRA_DIST = codetuning.t cpuinit.t cpumodels.t developtools.t idlethread.t \
+ interrupts.t miscellaneous.t prioritybitmap.t sourcecode.t taskcontext.t
diff --git a/doc/porting/porting.texi b/doc/porting/porting.texi
index 1052097b53..5d5aefa7e4 100644
--- a/doc/porting/porting.texi
+++ b/doc/porting/porting.texi
@@ -26,7 +26,7 @@
@c
@include version.texi
-@include ../common/setup.texi
+@include common/setup.texi
@ifset use-ascii
@dircategory RTEMS On-Line Manual
@@ -74,7 +74,7 @@
@subtitle @value{UPDATED}
@author On-Line Applications Research Corporation
@page
-@include ../common/cpright.texi
+@include common/cpright.texi
@end titlepage
@c This prevents a black box from being printed on "overflow" lines.