From: Stefano Lattarini Date: Sun, 12 Aug 2012 09:03:57 +0000 (+0200) Subject: [ng] rename: am__texibuild_info -> am.texi.build.info X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=874ef95e032ddfd2050e39fc0a29cb5ba1dc10fd;p=thirdparty%2Fautomake.git [ng] rename: am__texibuild_info -> am.texi.build.info * lib/am/texibuild.mk: Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/texibuild.mk b/lib/am/texibuild.mk index 4d242d823..6e54328df 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