Files
rtems/doc/filesystem/Makefile.am
Joel Sherrill 9b4422a251 Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines
  next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
  contain CVS Ids
+ If the processing left a blank line at the top of
  a file, it was removed.
2012-05-11 08:44:13 -05:00

66 lines
1.3 KiB
Makefile

#
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
PROJECT = filesystem
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
BMENU2 += -c
GENERATED_FILES = patheval.texi init.texi mounting.texi syscalls.texi \
fsrequirements.texi imfs.texi miniimfs.texi tftp.texi
COMMON_FILES += $(top_srcdir)/common/cpright.texi
FILES = preface.texi
info_TEXINFOS = filesystem.texi
filesystem_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
patheval.texi: patheval.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
init.texi: init.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
mounting.texi: mounting.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
syscalls.texi: syscalls.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
fsrequirements.texi: fsrequirements.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
imfs.texi: imfs.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
miniimfs.texi: miniimfs.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
tftp.texi: tftp.t
$(BMENU2) -p "" \
-u "Top" \
-n "" < $< > $@
EXTRA_DIST = fsrequirements.t imfs.t init.t miniimfs.t mounting.t patheval.t \
syscalls.t tftp.t
CLEANFILES += filesystem.info filesystem.info-?