From cf22081fcb893b9394fb31a7c8c29266c1c53230 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 23 Jan 2003 00:04:48 +0000 Subject: 2003-01-22 Ralf Corsepius * supplements.am: Use automake rules to build ps, pdf, info. Various minor changes. --- doc/supplements/ChangeLog | 5 +++++ doc/supplements/supplement.am | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/supplements') diff --git a/doc/supplements/ChangeLog b/doc/supplements/ChangeLog index 3efabc903b..a6a66a439c 100644 --- a/doc/supplements/ChangeLog +++ b/doc/supplements/ChangeLog @@ -1,3 +1,8 @@ +2003-01-22 Ralf Corsepius + + * supplements.am: Use automake rules to build ps, pdf, info. + Various minor changes. + 2002-12-08 Ralf Corsepius * supplement.am: Append -I $(topsrc_dir) to AM_MAKEINFOFLAGS. diff --git a/doc/supplements/supplement.am b/doc/supplements/supplement.am index 497b3109a8..dcd04fbf11 100644 --- a/doc/supplements/supplement.am +++ b/doc/supplements/supplement.am @@ -6,10 +6,10 @@ REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2 -TEXINFO_TEX = ../../texinfo/texinfo.tex -AM_MAKEINFOFLAGS = -I ../.. -I $(top_srcdir) +AM_MAKEINFOFLAGS = -I $(top_builddir) -I $(top_srcdir) +TEXI2DVI = @TEXI2DVI@ -I $(top_builddir) -I $(top_srcdir) +TEXI2PDF = @TEXI2PDF@ -I $(top_builddir) -I $(top_srcdir) -MAINTAINERCLEANFILES += $(GENERATED_FILES) html_projectdir = $(htmldir)/supplements/$(PROJECT) TEXI2WWW_ARGS=\ -- cgit v1.2.3