From: Stefano Lattarini Date: Thu, 17 May 2012 10:23:08 +0000 (+0200) Subject: [ng] doc: rename automake.texi -> automake-ng.texi X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e655e9d9f871d7a716612f4a1e753f13f99dac;p=thirdparty%2Fautomake.git [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 --- 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