From 3ebc6dce93910721c9cec2cea95651a6f060a28d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 24 Jan 2003 11:24:58 +0000 Subject: 2003-01-24 Ralf Corsepius * Makefile.am: Put GENERATED_FILES into $builddir. --- doc/new_chapters/ChangeLog | 4 ++++ doc/new_chapters/Makefile.am | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) (limited to 'doc/new_chapters') diff --git a/doc/new_chapters/ChangeLog b/doc/new_chapters/ChangeLog index 6d795ef7d1..bb7c95b162 100644 --- a/doc/new_chapters/ChangeLog +++ b/doc/new_chapters/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am index 2dcda59547..1a9d39c06a 100644 --- a/doc/new_chapters/Makefile.am +++ b/doc/new_chapters/Makefile.am @@ -25,47 +25,47 @@ FILES = info_TEXINFOS = new_chapters.texi new_chapters_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/eventlog.texi: eventlog.t +eventlog.texi: eventlog.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/dumpcontrol.texi: dumpcontrol.t +dumpcontrol.texi: dumpcontrol.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/confspace.texi: confspace.t +confspace.texi: confspace.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/adminiface.texi: adminiface.t +adminiface.texi: adminiface.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/stackchk.texi: stackchk.t +stackchk.texi: stackchk.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/rtmonuse.texi: rtmonuse.t +rtmonuse.texi: rtmonuse.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/cpuuse.texi: cpuuse.t +cpuuse.texi: cpuuse.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/error.texi: error.t +error.texi: error.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/monitor.texi: monitor.t +monitor.texi: monitor.t $(BMENU2) -p "" \ -u "Top" \ -n "" < $< > $@ -- cgit v1.2.3