summaryrefslogtreecommitdiffstats
path: root/doc/rgdb_specs/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 20:00:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 20:00:09 +0000
commitf96d62caff377e52e0922385015eaa8599fcad69 (patch)
treebb47ffc872c47b4a78a687fdbf42c0ddedee1456 /doc/rgdb_specs/Makefile
parentAdded filesystem design guide and scaling directives for the images. (diff)
downloadrtems-f96d62caff377e52e0922385015eaa8599fcad69.tar.bz2
Cleaned up to install dvi, use native texi2dvi, etc..
Diffstat (limited to '')
-rw-r--r--doc/rgdb_specs/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/rgdb_specs/Makefile b/doc/rgdb_specs/Makefile
index b367ed7442..5dfec7fa52 100644
--- a/doc/rgdb_specs/Makefile
+++ b/doc/rgdb_specs/Makefile
@@ -32,22 +32,21 @@ info: dirs $(PROJECT)
$(PROJECT): $(FILES)
$(MAKEINFO) $(PROJECT).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)
-# run texi2dvi twice to generate the xref's properly.
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) $(PROJECT).texi
- texi2dvi $(PROJECT).texi
+ cp $(PROJECT).dvi $(WWW_INSTALL)/$(PROJECT)
html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/$(PROJECT)