From c7ddb1726f4923c4906aed402ac97ca5543b61f7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 24 Jan 2003 11:16:56 +0000 Subject: 2003-01-24 Ralf Corsepius * Makefile.am: Put GENERATED_FILES into $builddir. --- doc/filesystem/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/filesystem/Makefile.am') diff --git a/doc/filesystem/Makefile.am b/doc/filesystem/Makefile.am index 6916a0922c..14a02d10bf 100644 --- a/doc/filesystem/Makefile.am +++ b/doc/filesystem/Makefile.am @@ -25,42 +25,42 @@ FILES = preface.texi info_TEXINFOS = filesystem.texi filesystem_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/patheval.texi: patheval.t +patheval.texi: patheval.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/init.texi: init.t +init.texi: init.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/mounting.texi: mounting.t +mounting.texi: mounting.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/syscalls.texi: syscalls.t +syscalls.texi: syscalls.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/fsrequirements.texi: fsrequirements.t +fsrequirements.texi: fsrequirements.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/imfs.texi: imfs.t +imfs.texi: imfs.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/miniimfs.texi: miniimfs.t +miniimfs.texi: miniimfs.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/tftp.texi: tftp.t +tftp.texi: tftp.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -- cgit v1.2.3