summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-26 17:10:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-26 17:10:03 +0000
commitfb9a80f99d01c616cf2d0d06bd2a0372114ba6f1 (patch)
tree88f1e1f9dbed5844a83031e15055a012e690f701 /doc/new_chapters/Makefile
parentHAS_CPLUSPLUS should have been RTEMS_HAS_CPLUSPLUS. (diff)
downloadrtems-fb9a80f99d01c616cf2d0d06bd2a0372114ba6f1.tar.bz2
renamed to user's guide.
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: