summaryrefslogtreecommitdiffstats
path: root/doc/src2html/Makefile.am
blob: a29ca333e13aacc14f44f31f0e54663b13e1d622 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
#  COPYRIGHT (c) 1988-2002.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

AUTOMAKE_OPTIONS = foreign 1.5

PROJECT = browseable_rtems

# FIXME: Yet unported
#
#if USE_EXP
#
# include $(top_srcdir)/project.am
#
# COMMON_FILES=$(top_srcdir)/common/cpright.texi
#
#FILES= clock.texi cond.texi key.texi mutex.texi preface.texi \
#  sched.texi signal.texi thread.texi
#
#noinst_TEXINFOS = browseable_rtems.texi
#browsable_rtems_TEXINFOS = $(FILES) $(COMMON_FILES)
#
#html: dirs
#	-mkdir -p $(WWW_INSTALL)/$(PROJECT)
#	$(SRC2HTML) -d3 RTEMS.src
#
#RTEMS.src:
#	sed -e 's/WWW_INSTALL/$(htmldir)/' \
#	    <RTEMS.test >RTEMS.src
#endif

noinst_SCRIPTS = RTEMS.test
EXTRA_DIST = $(noinst_SCRIPTS)