source: rtems/doc/shell/Makefile.am @ e630235

4.115
Last change on this file since e630235 was e630235, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/11/10 at 07:40:00

Remove EDITION (Unused)

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[eb03905]1#
2#  COPYRIGHT (c) 1988-2007
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9PROJECT = shell
10
11include $(top_srcdir)/project.am
12include $(top_srcdir)/main.am
13
14FILES = shell.texi preface.texi
15
[c2153cf]16GENERATED_FILES = confinit.texi general.texi file.texi memory.texi \
17    rtems.texi network.texi
[eb03905]18
19COMMON_FILES += $(top_srcdir)/common/cpright.texi
20
21info_TEXINFOS = shell.texi
22shell_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
23
[c2153cf]24confinit.texi: confinit.t
[eb03905]25        $(BMENU2) -p "Preface" \
26            -u "Top" \
[c2153cf]27            -n "General Commands" < $< > $@
28
29general.texi: general.t
30        $(BMENU2) -p "Configuration and Initialization rtems_shell_init - initialize the shell" \
31            -u "Top" \
32            -n "File and Directory Commands" < $< > $@
[eb03905]33
34file.texi: file.t
[c2153cf]35        $(BMENU2) -p "General Commands exit - exit the shell" \
[eb03905]36            -u "Top" \
[c2153cf]37            -n "Memory Commands" < $< > $@
[eb03905]38
39memory.texi: memory.t
[c2153cf]40        $(BMENU2) -p "File and Directory Commands cd - alias for chdir" \
[eb03905]41            -u "Top" \
[c2153cf]42            -n "RTEMS Specific Commands" < $< > $@
[eb03905]43
44rtems.texi: rtems.t
[c2153cf]45        $(BMENU2) -p "Memory Commands malloc - obtain information on C program heap" \
[eb03905]46            -u "Top" \
[c2153cf]47            -n "Network Commands" < $< > $@
[eb03905]48
49network.texi: network.t
[75d16dd8]50        $(BMENU2) -p "RTEMS Specific Commands pthread - display information about POSIX threads" \
[eb03905]51            -u "Top" \
[c2153cf]52            -n "Function and Variable Index" < $< > $@
[eb03905]53
54EXTRA_DIST = general.t file.t memory.t rtems.t network.t
55
56CLEANFILES += shell.info shell.info-? shell.info-??
Note: See TracBrowser for help on using the repository browser.