From e90e428e145251b72b6e0ea85444815f4ed80add Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Jun 2000 14:25:49 +0000 Subject: Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf Corsepius which: * should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue * adds --enable-papersize=[letter|a4|] --- doc/project.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/project.am') diff --git a/doc/project.am b/doc/project.am index a624b55bc0..e74e55f1f3 100644 --- a/doc/project.am +++ b/doc/project.am @@ -3,13 +3,14 @@ SUFFIXES += .t ## Texinfo support -TEXINFO_TEX = $(top_srcdir)/texinfo/texinfo.tex +TEXINFO_TEX = ../texinfo/texinfo.tex TEXINPUTS = $(srcdir):$(top_srcdir) +TEXI_COMMON = -I .. .texi: @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ - && $(MAKEINFO) -I $(top_srcdir) `echo $< | sed 's,.*/,,'` + cd $(srcdir) && \ + $(MAKEINFO) $(TEXI_COMMON) `echo $< | sed 's,.*/,,'` $(srcdir)/stamp-vti: $(PROJECT).texi $(top_srcdir)/configure.in @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh \ -- cgit v1.2.3