source: rtems/doc/src2html/Makefile.am @ 6449498

4.104.114.84.95
Last change on this file since 6449498 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 732 bytes
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9AUTOMAKE_OPTIONS = foreign 1.4
10
11PROJECT = browseable_rtems
12
13# FIXME: Yet unported
14#
15#if USE_EXP
16#
17# include $(top_srcdir)/project.am
18#
19# COMMON_FILES=$(top_srcdir)/common/cpright.texi
20#
21#FILES= clock.texi cond.texi key.texi mutex.texi preface.texi \
22#  sched.texi signal.texi thread.texi
23#
24#noinst_TEXINFOS = browseable_rtems.texi
25#browsable_rtems_TEXINFOS = $(FILES) $(COMMON_FILES)
26#
27#html: dirs
28#       -mkdir -p $(WWW_INSTALL)/$(PROJECT)
29#       $(SRC2HTML) -d3 RTEMS.src
30#
31#RTEMS.src:
32#       sed -e 's/WWW_INSTALL/$(htmldir)/' \
33#           <RTEMS.test >RTEMS.src
34#endif
35
36noinst_SCRIPTS = RTEMS.test
37EXTRA_DIST = $(noinst_SCRIPTS)
Note: See TracBrowser for help on using the repository browser.