summaryrefslogtreecommitdiffstats
path: root/doc/ada_user
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 14:58:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 14:58:53 +0000
commiteff6983de76ac2e5e28e60711c2fd214c313dd60 (patch)
treefdf86e474303d351a97c8579ce89b39268d45650 /doc/ada_user
parentCorrected distribution levels for html (diff)
downloadrtems-eff6983de76ac2e5e28e60711c2fd214c313dd60.tar.bz2
Making the stanza right and improving the way the isntall directories are built
Diffstat (limited to 'doc/ada_user')
-rw-r--r--doc/ada_user/Makefile23
1 files changed, 7 insertions, 16 deletions
diff --git a/doc/ada_user/Makefile b/doc/ada_user/Makefile
index f3232dc0e1..67fd7229ef 100644
--- a/doc/ada_user/Makefile
+++ b/doc/ada_user/Makefile
@@ -11,7 +11,7 @@ DISTRIBUTION_LEVEL=internal
include ../Make.config
-all:
+all: html info ps
COMMON_FILES=../common/cpright.texi ../user/bsp.texi ../user/clock.texi \
../user/concepts.texi ../user/conf.texi ../user/dirstat.texi \
@@ -24,37 +24,28 @@ COMMON_FILES=../common/cpright.texi ../user/bsp.texi ../user/clock.texi \
../user/timer.texi ../user/userext.texi
FILES= ada_user.texi example.texi $(COMMON_FILES)
-all:
+dirs:
+ $(make-dirs)
INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
-info: ada_user
+info: dirs ada_user
cp $(PROJECT) $(PROJECT)-* $(INFO_INSTALL)
ada_user: $(FILES)
$(MAKEINFO) $(PROJECT).texi
-vinfo: info
- $(INFO) -f $(PROJECT)
-
dvi: $(PROJECT).dvi
-ps: $(PROJECT).ps
+ps: dirs $(PROJECT).ps
-$(PROJECT).ps: $(PROJECT).dvi
+$(PROJECT).ps: dirs $(PROJECT).dvi
dvips -o $(PROJECT).ps $(PROJECT).dvi
cp $(PROJECT).ps $(PS_INSTALL)
-dv: dvi
- $(XDVI) $(PROJECT).dvi
-
-view: ps
- $(GHOSTVIEW) $(PROJECT).ps
-
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) $(PROJECT).texi
-html:
- -mkdir -p $(WWW_INSTALL)/ada_user
+html: dirs $(FILES)
cp ../user/rtemsarc.gif ../user/rtemspie.gif ../user/states.gif \
$(WWW_INSTALL)/ada_user
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \