diff man/tm/Makefile @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 8eaf7971accc
children f53b5ca2e663
line wrap: on
line diff
--- a/man/tm/Makefile	Mon Aug 13 09:49:11 2007 +0200
+++ b/man/tm/Makefile	Mon Aug 13 09:50:14 2007 +0200
@@ -35,13 +35,15 @@
 info : $(INFOS)
 
 ../../info/%-en.info : %-en.texi
-	makeinfo -o $@ $<
+	$(MAKEINFO) -o $@ $<
 
 ../../info/%-ja.info : %-ja.texi
-	$(EMACS) -batch -q -no-site-file $< -eval '(cd "../../info")' \
-	    -l texinfmt -f texinfo-format-buffer \
-	    -eval '(setq file-coding-system (quote iso-2022-7))' \
-	    -eval '(save-buffer 0)'
+	$(EMACS) -batch -q -no-site-file $< \
+		-eval '(unless (featurep (quote mule)) (kill-emacs 0))' \
+		-eval '(cd "../../info")' \
+		-l texinfmt -f texinfo-format-buffer \
+		-eval '(setq file-coding-system (quote iso-2022-7))' \
+		-eval '(save-buffer 0)'
 
 dvi: $(DVIS)
 .texi.dvi :