From e10b88b026c97e02979136e37ea4e3437e84bb57 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Oct 1999 19:12:04 +0000 Subject: Make sure directories are made before installing and install html, pdf, ps, and dvi into the html directory so they all can be browsed. --- doc/posix_users/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/posix_users') 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) -- cgit v1.2.3