From 58e3ab3dd6cbeede2728450de77a47d4e9478c79 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 25 Jan 2003 14:58:37 +0000 Subject: 2003-01-25 Ralf Corsepius * configure.ac: Add c4x. * project.am: Add version.texi hack. --- doc/ChangeLog | 5 +++++ doc/configure.ac | 1 + doc/project.am | 3 +++ 3 files changed, 9 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 0b4a8c62ad..82164d05e3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-25 Ralf Corsepius + + * configure.ac: Add c4x. + * project.am: Add version.texi hack. + 2003-01-24 Ralf Corsepius * main.am: Remove AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF. diff --git a/doc/configure.ac b/doc/configure.ac index 94193d79af..a9743550e8 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -157,6 +157,7 @@ relnotes/Makefile new_chapters/Makefile supplements/Makefile supplements/arm/Makefile +supplements/c4x/Makefile supplements/hppa1_1/Makefile supplements/i386/Makefile supplements/i960/Makefile diff --git a/doc/project.am b/doc/project.am index 93620b4f94..5ba13027be 100644 --- a/doc/project.am +++ b/doc/project.am @@ -15,6 +15,9 @@ AM_MAKEINFOFLAGS = -I $(top_builddir) -I $(top_srcdir) TEXI2DVI = @TEXI2DVI@ -I $(top_builddir) -I $(top_srcdir) TEXI2PDF = @TEXI2PDF@ -I $(top_builddir) -I $(top_srcdir) +# HACK: Force generation of version.texi +version.texi: stamp-vti + # Without $(srcdir) in TEXINPUTS, dvips doesn't find the *.eps # we distribute in $(srcdir) .dvi.ps: -- cgit v1.2.3