summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto
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/bsp_howto
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 'doc/bsp_howto')
-rw-r--r--doc/bsp_howto/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/bsp_howto/Makefile b/doc/bsp_howto/Makefile
index 5ed8ea0051..4d3d374009 100644
--- a/doc/bsp_howto/Makefile
+++ b/doc/bsp_howto/Makefile
@@ -33,22 +33,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)