source: rtems/doc/src2html/Makefile @ 3a781ac7

4.104.114.84.95
Last change on this file since 3a781ac7 was 3a781ac7, checked in by Joel Sherrill <joel.sherrill@…>, on 04/14/98 at 17:35:30

first cut at src2html and RTEMS

  • Property mode set to 100644
File size: 538 bytes
Line 
1#
2#  COPYRIGHT (c) 1988-1998.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9PROJECT=src
10DISTRIBUTION_LEVEL=internal
11
12include ../Make.config
13
14all: html info ps
15
16dirs:
17        $(make-dirs)
18
19COMMON_FILES=../common/cpright.texi
20
21FILES= clock.texi cond.texi key.texi mutex.texi $(PROJECT).texi preface.texi \
22  sched.texi signal.texi thread.texi $(COMMON_FILES)
23
24INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
25
26info:
27
28ps:
29
30html: dirs
31        -mkdir -p $(WWW_INSTALL)/$(PROJECT)
32        $(SRC2HTML) -d3 RTEMS.test
33
34clean:
Note: See TracBrowser for help on using the repository browser.