source: rtems/doc/src2html/Makefile.am @ 3ba40b46

4.104.114.84.95
Last change on this file since 3ba40b46 was 3ba40b46, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:20

2002-03-27 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 701 bytes
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9
10PROJECT = browseable_rtems
11
12# FIXME: Yet unported
13#
14#if USE_EXP
15#
16# include $(top_srcdir)/project.am
17#
18# COMMON_FILES=$(top_srcdir)/common/cpright.texi
19#
20#FILES= clock.texi cond.texi key.texi mutex.texi preface.texi \
21#  sched.texi signal.texi thread.texi
22#
23#noinst_TEXINFOS = browseable_rtems.texi
24#browsable_rtems_TEXINFOS = $(FILES) $(COMMON_FILES)
25#
26#html: dirs
27#       -mkdir -p $(WWW_INSTALL)/$(PROJECT)
28#       $(SRC2HTML) -d3 RTEMS.src
29#
30#RTEMS.src:
31#       sed -e 's/WWW_INSTALL/$(htmldir)/' \
32#           <RTEMS.test >RTEMS.src
33#endif
34
35noinst_SCRIPTS = RTEMS.test
36EXTRA_DIST = $(noinst_SCRIPTS)
Note: See TracBrowser for help on using the repository browser.