source: rtems/doc/shell/Makefile.am @ 9847d61d

4.115
Last change on this file since 9847d61d was 9847d61d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:58:25

Remove CVS-Ids.

  • 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
6PROJECT = shell
7
8include $(top_srcdir)/project.am
9include $(top_srcdir)/main.am
10
11FILES = shell.texi preface.texi
12
[c2153cf]13GENERATED_FILES = confinit.texi general.texi file.texi memory.texi \
14    rtems.texi network.texi
[eb03905]15
16COMMON_FILES += $(top_srcdir)/common/cpright.texi
17
18info_TEXINFOS = shell.texi
19shell_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
20
[c2153cf]21confinit.texi: confinit.t
[eb03905]22        $(BMENU2) -p "Preface" \
23            -u "Top" \
[c2153cf]24            -n "General Commands" < $< > $@
25
26general.texi: general.t
27        $(BMENU2) -p "Configuration and Initialization rtems_shell_init - initialize the shell" \
28            -u "Top" \
29            -n "File and Directory Commands" < $< > $@
[eb03905]30
31file.texi: file.t
[c2153cf]32        $(BMENU2) -p "General Commands exit - exit the shell" \
[eb03905]33            -u "Top" \
[c2153cf]34            -n "Memory Commands" < $< > $@
[eb03905]35
36memory.texi: memory.t
[c2153cf]37        $(BMENU2) -p "File and Directory Commands cd - alias for chdir" \
[eb03905]38            -u "Top" \
[c2153cf]39            -n "RTEMS Specific Commands" < $< > $@
[eb03905]40
41rtems.texi: rtems.t
[c2153cf]42        $(BMENU2) -p "Memory Commands malloc - obtain information on C program heap" \
[eb03905]43            -u "Top" \
[c2153cf]44            -n "Network Commands" < $< > $@
[eb03905]45
46network.texi: network.t
[75d16dd8]47        $(BMENU2) -p "RTEMS Specific Commands pthread - display information about POSIX threads" \
[eb03905]48            -u "Top" \
[c2153cf]49            -n "Function and Variable Index" < $< > $@
[eb03905]50
51EXTRA_DIST = general.t file.t memory.t rtems.t network.t
52
53CLEANFILES += shell.info shell.info-? shell.info-??
Note: See TracBrowser for help on using the repository browser.