automake-ng
[Top][All Lists]
Advanced

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

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


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 02/10] [ng] rename: am__texibuild_html -> am.texi.build.html
Date: Sun, 12 Aug 2012 13:19:24 +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 be49b3a..4d242d8 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
-- 
1.7.12.rc0




reply via email to

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