summaryrefslogtreecommitdiffstats
path: root/doc/posix_users
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix_users')
-rw-r--r--doc/posix_users/Makefile.am10
-rw-r--r--doc/posix_users/posix_users.texi4
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/posix_users/Makefile.am b/doc/posix_users/Makefile.am
index 71b8bfa3d4..a3b97407bb 100644
--- a/doc/posix_users/Makefile.am
+++ b/doc/posix_users/Makefile.am
@@ -19,11 +19,12 @@ GENERATED_FILES = cancel.texi clock.texi cond.texi cspecific.texi \
signal.texi status.texi systemdb.texi thread.texi timer.texi libc.texi \
libm.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 = preface.texi
info_TEXINFOS = posix_users.texi
-posix_users_TEXINFOS = $(FILES) $(GENERATED_FILES)
+posix_users_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
$(srcdir)/process.texi: process.t
$(BMENU2) -p "" \
@@ -136,5 +137,8 @@ $(srcdir)/libm.texi: libm.t
-n "" < $< > $@
noinst_SCRIPTS = gen_size_report
-EXTRA_DIST = *.t gen_size_report
+EXTRA_DIST = cancel.t clock.t cond.t cspecific.t device.t files.t io.t key.t \
+ libc.t libm.t memorymgmt.t message.t mutex.t procenv.t process.t sched.t \
+ semaphores.t signal.t status.t systemdb.t thread.t timer.t \
+ gen_size_report
diff --git a/doc/posix_users/posix_users.texi b/doc/posix_users/posix_users.texi
index c6ba0bda41..8b687d15a0 100644
--- a/doc/posix_users/posix_users.texi
+++ b/doc/posix_users/posix_users.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
@@ -72,7 +72,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.