Files
rtems/doc/shell/Makefile.am
Joel Sherrill eb03905dfe 2008-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, index.html.in: Add initial version of
	RTEMS Shell Manual. This is largely a starting point but has most of
	the required structure.
	* shell/.cvsignore, shell/Makefile.am, shell/file.t, shell/general.t,
	shell/memory.t, shell/network.t, shell/preface.texi, shell/rtems.t,
	shell/shell.texi: New files.
2008-02-20 22:55:13 +00:00

52 lines
972 B
Makefile

#
# COPYRIGHT (c) 1988-2007
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
# $Id$
#
PROJECT = shell
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
FILES = shell.texi preface.texi
GENERATED_FILES = general.texi file.texi memory.texi rtems.texi network.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi
info_TEXINFOS = shell.texi
shell_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
general.texi: general.t
$(BMENU2) -p "Preface" \
-u "Top" \
-n "" < $< > $@
file.texi: file.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
memory.texi: memory.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
rtems.texi: rtems.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
network.texi: network.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
EXTRA_DIST = general.t file.t memory.t rtems.t network.t
CLEANFILES += shell.info shell.info-? shell.info-??