From ec9ef386157036ed5388023121720a179d4faeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 9 Oct 2008 22:56:19 +0200 Subject: [PATCH] Fix compilation of the hard copy of the R5RS, tutorial and GOOPS manual. * doc/tutorial/Makefile.am (TEXINFO_TEX): Remove. * doc/goops/Makefile.am (TEXINFO_TEX): Remove. * doc/r5rs/Makefile.am (TEXINFO_TEX): Remove. --- doc/goops/Makefile.am | 2 -- doc/r5rs/Makefile.am | 2 -- doc/tutorial/Makefile.am | 2 -- 3 files changed, 6 deletions(-) diff --git a/doc/goops/Makefile.am b/doc/goops/Makefile.am index 81831ac7c..03794c4de 100644 --- a/doc/goops/Makefile.am +++ b/doc/goops/Makefile.am @@ -26,6 +26,4 @@ info_TEXINFOS = goops.texi goops_TEXINFOS = goops-tutorial.texi \ hierarchy.eps hierarchy.png hierarchy.txt hierarchy.pdf -TEXINFO_TEX = ../ref/texinfo.tex - EXTRA_DIST = ChangeLog-2008 diff --git a/doc/r5rs/Makefile.am b/doc/r5rs/Makefile.am index e05586dc0..4af0c951a 100644 --- a/doc/r5rs/Makefile.am +++ b/doc/r5rs/Makefile.am @@ -23,6 +23,4 @@ AUTOMAKE_OPTIONS = gnu info_TEXINFOS = r5rs.texi -TEXINFO_TEX = ../ref/texinfo.tex - EXTRA_DIST = ChangeLog-2008 diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index 5d4cc6680..f49220da7 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -23,6 +23,4 @@ AUTOMAKE_OPTIONS = gnu info_TEXINFOS = guile-tut.texi -TEXINFO_TEX = ../ref/texinfo.tex - EXTRA_DIST = ChangeLog-2008