From: Stefano Lattarini Date: Sun, 12 Aug 2012 09:02:21 +0000 (+0200) Subject: [ng] rename: am__texibuild_html -> am.texi.build.html X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9be004f2ab5ee92e67f04bb621dec9125f0f5080;p=thirdparty%2Fautomake.git [ng] rename: am__texibuild_html -> am.texi.build.html * lib/am/texibuild.mk: Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/texibuild.mk b/lib/am/texibuild.mk index be49b3a43..4d242d823 100644 --- a/lib/am/texibuild.mk +++ b/lib/am/texibuild.mk @@ -77,7 +77,7 @@ define am__texibuild_info rm -rf $$backupdir; exit $$rc endef -define am__texibuild_html +define am.texi.build.html $(AM_V_MAKEINFO)$(am.cmd.ensure-target-dir-exists) \ ## When --split (the default) is used, makeinfo will output a ## directory. However it will not update the time stamp of a @@ -110,7 +110,7 @@ endef %.pdf: %.texi $(call am.texi.build.dvi-or-pdf,$(AM_V_TEXI2PDF),$(TEXI2PDF),$(@:.pdf=.t2p)) %.html: %.texi - $(call am__texibuild_html) + $(call am.texi.build.html) ## The way to make PostScript, for those who want it. %.ps: %.dvi