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/FAQ/Makefile.am | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/FAQ/Makefile.am') diff --git a/doc/FAQ/Makefile.am b/doc/FAQ/Makefile.am index 06433557ae..a2473d5b9c 100644 --- a/doc/FAQ/Makefile.am +++ b/doc/FAQ/Makefile.am @@ -29,57 +29,57 @@ FAQ_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Process Automatically Generated Files # -$(srcdir)/basic.texi: basic.t +basic.texi: basic.t $(BMENU2) -c -p "Top" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/tools.texi: tools.t +tools.texi: tools.t $(BMENU2) -c -p "Top" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/concepts.texi: concepts.t +concepts.texi: concepts.t $(BMENU2) -c -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/build45.texi: build45.t +build45.texi: build45.t $(BMENU2) -c -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -c -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/debug.texi: debug.t +debug.texi: debug.t $(BMENU2) -c -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/freesw.texi: freesw.t +freesw.texi: freesw.t $(BMENU2) -c -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/embeddedinfo.texi: embeddedinfo.t +embeddedinfo.texi: embeddedinfo.t $(BMENU2) -c -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/hwdebugaids.texi: hwdebugaids.t +hwdebugaids.texi: hwdebugaids.t $(BMENU2) -c -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/projects.texi: projects.t +projects.texi: projects.t $(BMENU2) -c -p "" \ -u "Top" \ -n "" < $< > $@ -$(srcdir)/endoftime.texi: endoftime.t +endoftime.texi: endoftime.t $(BMENU2) -c -p "" \ -u "Top" \ -n "" < $< > $@ -- cgit v1.2.3