summaryrefslogtreecommitdiffstats
path: root/doc/posix_users
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 19:12:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 19:12:04 +0000
commite10b88b026c97e02979136e37ea4e3437e84bb57 (patch)
treed32cba2bcbc6114f41004191a80be41d104c3250 /doc/posix_users
parentchanged version to 19991011 (diff)
downloadrtems-e10b88b026c97e02979136e37ea4e3437e84bb57.tar.bz2
Make sure directories are made before installing and install html,
pdf, ps, and dvi into the html directory so they all can be browsed.
Diffstat (limited to 'doc/posix_users')
-rw-r--r--doc/posix_users/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/posix_users/Makefile b/doc/posix_users/Makefile
index c7e6e6153f..d4779bd477 100644
--- a/doc/posix_users/Makefile
+++ b/doc/posix_users/Makefile
@@ -36,20 +36,21 @@ info: dirs $(FILES) $(PROJECT)
$(PROJECT): $(FILES)
$(MAKEINFO) posix_users.texi
-dvi: $(PROJECT).dvi
+dvi: dirs $(PROJECT).dvi
ps: dirs $(PROJECT).ps
pdf: dirs $(PROJECT).pdf
$(PROJECT).pdf: $(FILES)
$(TEXI2PDF) $(PROJECT).texi
- cp $(PROJECT).pdf $(PDF_INSTALL)
+ cp $(PROJECT).pdf $(WWW_INSTALL)/$(PROJECT)
$(PROJECT).ps: $(PROJECT).dvi
dvips -o $(PROJECT).ps $(PROJECT).dvi
- cp $(PROJECT).ps $(PS_INSTALL)
+ cp $(PROJECT).ps $(WWW_INSTALL)/$(PROJECT)
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) posix_users.texi
+ cp $(PROJECT).dvi $(WWW_INSTALL)/$(PROJECT)
html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/$(PROJECT)