summaryrefslogtreecommitdiffstats
path: root/doc/FAQ/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-13 17:16:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-13 17:16:40 +0000
commit49a905085792b2dc00684a256281c5de06bd81f1 (patch)
tree831eab84113371e0230c5822ee45f4aeccd1ed71 /doc/FAQ/Makefile
parentPatch from Rosimildo DaSilva <rdasilva@connecttel.com> to readd calls to (diff)
downloadrtems-49a905085792b2dc00684a256281c5de06bd81f1.tar.bz2
Added section on Free Software that Supports RTEMS.
Diffstat (limited to 'doc/FAQ/Makefile')
-rw-r--r--doc/FAQ/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/FAQ/Makefile b/doc/FAQ/Makefile
index db9e772d70..d1a77af9b5 100644
--- a/doc/FAQ/Makefile
+++ b/doc/FAQ/Makefile
@@ -18,7 +18,7 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= \
- basic.texi tools.texi debug.texi
+ basic.texi tools.texi debug.texi freesw.texi
FILES=$(PROJECT).texi $(GENERATED_FILES)
@@ -73,3 +73,9 @@ debug.texi: debug.t Makefile
$(BMENU) -c -p "" \
-u "Top" \
-n "" ${*}.t
+
+freesw.texi: freesw.t Makefile
+ $(BMENU) -c -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+