source: rtems/doc/Makefile @ a94c5a5d

4.104.114.84.95
Last change on this file since a94c5a5d was 04e5f1c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/97 at 20:34:00

updated to add ka9q documents

  • Property mode set to 100644
File size: 512 bytes
Line 
1
2include Make.config
3
4BASEDIR=$(shell pwd)
5
6all: info html ps
7#       find $(WWW_INSTALL) -type f | xargs -e chmod 444
8#       find $(WWW_INSTALL) -type d | xargs -e chmod 555
9
10dirs:
11        -mkdir $(WWW_INSTALL)
12        -mkdir $(WWW_INSTALL)/info
13        -mkdir $(WWW_INSTALL)/html
14        -mkdir $(WWW_INSTALL)/ps
15
16info: dirs
17        ./do_docs $(BASEDIR) info
18
19html: dirs
20        cp common/*.gif common/*.jpg $(WWW_INSTALL)
21        cp rtems.html HELP.html $(WWW_INSTALL)
22        ./do_docs $(BASEDIR) html
23
24ps: dirs
25        ./do_docs $(BASEDIR) ps
26
27clean:
28        ./do_docs $(BASEDIR) clean
29
30
Note: See TracBrowser for help on using the repository browser.