source: rtems/doc/Makefile @ 4104db2

4.104.114.84.95
Last change on this file since 4104db2 was 4104db2, checked in by Joel Sherrill <joel.sherrill@…>, on 03/30/98 at 15:50:33

Taking care of minor build problems

  • Property mode set to 100644
File size: 870 bytes
RevLine 
[dfce9272]1#
2#  $Id$
3#
[ae68ff0]4
5include Make.config
6
7BASEDIR=$(shell pwd)
8
[bc0307e]9all: env info html ps
[ae68ff0]10#       find $(WWW_INSTALL) -type f | xargs -e chmod 444
11#       find $(WWW_INSTALL) -type d | xargs -e chmod 555
12
[bc0307e]13env: tools dirs headers
14
[04e5f1c]15dirs:
[4104db2]16        $(make-dirs)
[04e5f1c]17
[bc0307e]18headers:
19        sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
20            <index.html >$(WWW_INSTALL)/index.html
21        sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
22            <rtems_header.html >$(WWW_INSTALL)/rtems_header.html
23        sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
24            <rtems_footer.html >$(WWW_INSTALL)/rtems_footer.html
25
26info: env
[ae68ff0]27        ./do_docs $(BASEDIR) info
28
[bc0307e]29html: env
[ae68ff0]30        cp common/*.gif common/*.jpg $(WWW_INSTALL)
31        ./do_docs $(BASEDIR) html
32
[eff6983d]33ps: dirs env
[ae68ff0]34        ./do_docs $(BASEDIR) ps
35
36clean:
37        ./do_docs $(BASEDIR) clean
[bc0307e]38        cd tools/bmenu ; gmake clean
39        cd tools/pdl2texi ; gmake clean
40
[ae68ff0]41
[bc0307e]42.PHONY: tools
[ae68ff0]43
[bc0307e]44tools:
45        cd tools/bmenu ; gmake
46        cd tools/pdl2texi ; gmake
Note: See TracBrowser for help on using the repository browser.