summaryrefslogtreecommitdiffstats
path: root/doc/FAQ/Makefile
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/Makefile
parentNew file. (diff)
downloadrtems-fe6bc7c205cfa0331850864e210c6a927c8155b2.tar.bz2
First attempt to build.
Diffstat (limited to 'doc/FAQ/Makefile')
-rw-r--r--doc/FAQ/Makefile6
1 files changed, 3 insertions, 3 deletions
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" \