summaryrefslogtreecommitdiffstats
path: root/doc/FAQ
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 21:55:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 21:55:59 +0000
commitfe6bc7c205cfa0331850864e210c6a927c8155b2 (patch)
tree376c7e974156e16e39712c871a1bc47e6cc7008a /doc/FAQ
parentNew file. (diff)
downloadrtems-fe6bc7c205cfa0331850864e210c6a927c8155b2.tar.bz2
First attempt to build.
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ/FAQ.texi4
-rw-r--r--doc/FAQ/Makefile6
-rw-r--r--doc/FAQ/basic.t15
3 files changed, 20 insertions, 5 deletions
diff --git a/doc/FAQ/FAQ.texi b/doc/FAQ/FAQ.texi
index 5727be4148..e024135240 100644
--- a/doc/FAQ/FAQ.texi
+++ b/doc/FAQ/FAQ.texi
@@ -62,10 +62,10 @@ END-INFO-DIR-ENTRY
@c This prevents a black box from being printed on "overflow" lines.
@c The alternative is to rework a sentence to avoid this problem.
-@include history.texi
+@include basic.texi
@ifinfo
-@node Top, Introduction, (dir), (dir)
+@node Top, Basic Information, (dir), (dir)
@top FAQ
This document is the RTEMS FAQ. FAQ is an acronym for Frequently
diff --git a/doc/FAQ/Makefile b/doc/FAQ/Makefile
index 09f81393fe..94b2bd9302 100644
--- a/doc/FAQ/Makefile
+++ b/doc/FAQ/Makefile
@@ -19,7 +19,7 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= \
- intro.texi
+ basic.texi
FILES=$(PROJECT).texi $(GENERATED_FILES)
@@ -60,10 +60,10 @@ clean:
# Process Automatically Generated Files
#
-intro.texi: intro.t Makefile
+basic.texi: basic.t Makefile
$(BMENU) -p "Top" \
-u "Top" \
- -n "Target Dependent Files" ${*}.t
+ -n "" ${*}.t
#target.texi: target.t Makefile
# $(BMENU) -p "Introduction" \
diff --git a/doc/FAQ/basic.t b/doc/FAQ/basic.t
new file mode 100644
index 0000000000..2e4cbdd621
--- /dev/null
+++ b/doc/FAQ/basic.t
@@ -0,0 +1,15 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@chapter Basic Information
+
+The questions in this category are basic questions about RTEMS. Where
+did it come from, why is it, what is it, when should you use it, etc.?
+
+
+