summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/new_chapters/Makefile')
-rw-r--r--doc/new_chapters/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/new_chapters/Makefile b/doc/new_chapters/Makefile
index a177dc1ccd..0364894488 100644
--- a/doc/new_chapters/Makefile
+++ b/doc/new_chapters/Makefile
@@ -8,7 +8,7 @@
include ../Make.config
-PROJECT=posix_test_plan
+PROJECT=posix_users
all:
@@ -24,7 +24,7 @@ info: $(PROJECT)
# cp $(PROJECT) $(PROJECT)-* $(INFO_INSTALL)
cp $(PROJECT) $(INFO_INSTALL)
-posix_test_plan: $(FILES)
+posix_users: $(FILES)
$(MAKEINFO) $(PROJECT).texi
vinfo: info
@@ -48,9 +48,9 @@ $(PROJECT).dvi: $(FILES)
html:
-mkdir $(WWW_INSTALL)/$(PROJECT)
+ -cd .. ; gmake headers
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
$(PROJECT).texi
- cp ../rtems.html $(WWW_INSTALL)
clean: