summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters
diff options
context:
space:
mode:
Diffstat (limited to 'doc/new_chapters')
-rw-r--r--doc/new_chapters/ChangeLog4
-rw-r--r--doc/new_chapters/Makefile.am18
2 files changed, 13 insertions, 9 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Put GENERATED_FILES into $builddir.
+
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 "" < $< > $@