summaryrefslogtreecommitdiffstats
path: root/doc/FAQ/Makefile
diff options
context:
space:
mode:
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 14791eb4ac..da4cdb11ed 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
+ embeddedinfo.texi hwdebugaids.texi projects.texi
FILES=$(PROJECT).texi $(GENERATED_FILES)
@@ -99,9 +99,14 @@ embeddedinfo.texi: embeddedinfo.t Makefile
-u "Top" \
-n "" ${*}.t
-
hwdebugaids.texi: hwdebugaids.t Makefile
$(BMENU) -c -p "" \
-u "Top" \
-n "" ${*}.t
+
+projects.texi: projects.t Makefile
+ $(BMENU) -c -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+