From 6b4e57d4431d74a909e51fa08c150c4d99898abd Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 24 Feb 1999 08:53:45 +0000 Subject: [PATCH] * (xinfo, xinfo-ja): Make add-info-suffix, formatting, and make remove-info-suffix. --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 65bf9fb..53693e4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -38,10 +38,14 @@ xlick: cd lisp && $(MAKE) EMACS="$(XEMACS)" lispdir="$(lispdir)" all xinfo: + cd texi && $(MAKE) EMACS="$(XEMACS)" add-info-suffix cd texi && $(MAKE) EMACS="$(XEMACS)" all + cd texi && $(MAKE) remove-info-suffix xinfo-ja: - cd texi && $(MAKE) EMACS=$(XEMACS) MAKEINFO=no ja + cd texi && $(MAKE) EMACS="$(XEMACS)" add-info-suffix + cd texi && $(MAKE) EMACS="$(XEMACS)" MAKEINFO=no ja + cd texi && $(MAKE) remove-info-suffix # Rule for Lars and nobody else. some: -- 1.7.10.4