From 0e64cbea3d22411564af302a63b670fe0617ccf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 22 Jan 2010 16:55:24 +0100 Subject: [PATCH] Install `standard-library.info'. * doc/ref/Makefile.am (BUILT_SOURCES): Move `standard-library.texi' to... (nodist_info_TEXINFOS): ... here. New variable. --- doc/ref/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am index a5873434d..b7ea8f0a7 100644 --- a/doc/ref/Makefile.am +++ b/doc/ref/Makefile.am @@ -21,9 +21,10 @@ AUTOMAKE_OPTIONS = gnu -BUILT_SOURCES = lib-version.texi standard-library.texi +BUILT_SOURCES = lib-version.texi info_TEXINFOS = guile.texi +nodist_info_TEXINFOS = standard-library.texi guile_TEXINFOS = preface.texi \ intro.texi \