From a41ee8ae6baed920462401f8d2ad7ccaa05412e5 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 24 Feb 1999 08:59:42 +0000 Subject: [PATCH] * (xinfo, xinfo-ja): Make add-info-suffix, formatting, and make remove-info-suffix. --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index ae1c0e5..f42a333 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) 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