summaryrefslogtreecommitdiffstats
path: root/doc/FAQ/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-24 18:22:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-24 18:22:33 +0000
commitf6b0196e0870287133174c1d00a64f1e2b94a159 (patch)
tree742fcd6e3030c8d4f28384354bd3b08f63e55afe /doc/FAQ/Makefile
parentPatch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f6b0196e0870287133174c1d00a64f1e2b94a159.tar.bz2
Added information on RTEMS Time/Date Representatin.
Diffstat (limited to 'doc/FAQ/Makefile')
-rw-r--r--doc/FAQ/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/FAQ/Makefile b/doc/FAQ/Makefile
index da4cdb11ed..4ddee5e6f1 100644
--- a/doc/FAQ/Makefile
+++ b/doc/FAQ/Makefile
@@ -19,7 +19,7 @@ COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= \
basic.texi tools.texi concepts.texi bsp.texi debug.texi freesw.texi \
- embeddedinfo.texi hwdebugaids.texi projects.texi
+ embeddedinfo.texi hwdebugaids.texi projects.texi endoftime.texi
FILES=$(PROJECT).texi $(GENERATED_FILES)
@@ -104,9 +104,14 @@ hwdebugaids.texi: hwdebugaids.t Makefile
-u "Top" \
-n "" ${*}.t
-
projects.texi: projects.t Makefile
$(BMENU) -c -p "" \
-u "Top" \
-n "" ${*}.t
+
+endoftime.texi: endoftime.t Makefile
+ $(BMENU) -c -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+