automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 03/10] [ng] rename: am__texibuild_info -> am.texi.b


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 03/10] [ng] rename: am__texibuild_info -> am.texi.build.info
Date: Sun, 12 Aug 2012 13:19:25 +0200

* lib/am/texibuild.mk: Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/texibuild.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/am/texibuild.mk b/lib/am/texibuild.mk
index 4d242d8..6e54328 100644
--- a/lib/am/texibuild.mk
+++ b/lib/am/texibuild.mk
@@ -42,7 +42,7 @@ define am.texi.build.dvi-or-pdf
           -o $@ $< $(AM_V_TEXI_DEVNULL_REDIRECT)
 endef
 
-define am__texibuild_info
+define am.texi.build.info
        $(if $1,,@$(am.cmd.ensure-target-dir-exists))
 ## Back up the info files before running makeinfo. This is the cheapest
 ## way to ensure that
@@ -104,7 +104,7 @@ define am.texi.build.html
 endef
 
 %.info: %.texi
-       $(call am__texibuild_info,$(am__info_insrc))
+       $(call am.texi.build.info,$(am__info_insrc))
 %.dvi: %.texi
        $(call 
am.texi.build.dvi-or-pdf,$(AM_V_TEXI2DVI),$(TEXI2DVI),$(@:.dvi=.t2d))
 %.pdf: %.texi
-- 
1.7.12.rc0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]