From 75e655e9d9f871d7a716612f4a1e753f13f99dac Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 17 May 2012 12:23:08 +0200 Subject: [PATCH] [ng] doc: rename automake.texi -> automake-ng.texi * doc/automake.texi: Renamed ... * doc/automake-ng.texi: ... to this. * Makefile.am (info_TEXINFOS): Adjust. (doc_automake_TEXINFOS): Renamed ... (doc_automake_ng_TEXINFOS): ... to this. Signed-off-by: Stefano Lattarini --- Makefile.am | 4 ++-- doc/{automake.texi => automake-ng.texi} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename doc/{automake.texi => automake-ng.texi} (100%) diff --git a/Makefile.am b/Makefile.am index b37e2e7d4..5f8bda595 100644 --- a/Makefile.am +++ b/Makefile.am @@ -483,8 +483,8 @@ clean-local-check: ## Documentation. ## ## ---------------- ## -info_TEXINFOS = doc/automake.texi doc/automake-history.texi -doc_automake_TEXINFOS = doc/fdl.texi +info_TEXINFOS = doc/automake-ng.texi doc/automake-history.texi +doc_automake_ng_TEXINFOS = doc/fdl.texi doc_automake_history_TEXINFOS = doc/fdl.texi man1_MANS = \ diff --git a/doc/automake.texi b/doc/automake-ng.texi similarity index 100% rename from doc/automake.texi rename to doc/automake-ng.texi -- 2.47.2