From: nakaji Date: Wed, 25 Aug 1999 22:00:53 +0000 (+0000) Subject: Variable EMACS is @EMACS@. X-Git-Tag: t-gnus-6_13_0-14~4 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e0ba793899225d3277671ddb12f6ecaa8da1e3;p=elisp%2Fgnus.git- Variable EMACS is @EMACS@. Target clean removes also formatted info files. Target distclean removes only Makefile. --- diff --git a/texi/Makefile.in b/texi/Makefile.in index 047fa0c..58b8f55 100644 --- a/texi/Makefile.in +++ b/texi/Makefile.in @@ -6,7 +6,7 @@ top_srcdir = @top_srcdir@ @SET_MAKE@ TEXI2DVI=texi2dvi -EMACS=emacs +EMACS=@EMACS@ MAKEINFO=@MAKEINFO@ FLAGS=-batch -q -no-site-file INFOSWI=-l ./dgnushack.el -f dgnushack-texi-format @@ -69,6 +69,11 @@ clean: gnus.latexi*~* tmp/*.ps xface.tex picons.tex smiley.tex *.latexi \ gnus.info* gnus-ja.info* message.info* message-ja.info* \ emacs-mime.info + rm -f *.orig *.rej *.elc *~ gnus gnus-[0-9] gnus-[0-9][0-9] + rm -f message message-[0-9] + rm -f emacs-mime + rm -f gnus-ja gnus-ja-[0-9] gnus-ja-[0-9][0-9] + rm -f message-ja message-ja-[0-9] makeinfo: makeinfo -o gnus gnus.texi @@ -129,11 +134,7 @@ veryclean: clean rm -f gnus.dvi gnus.ps texi2latex.elc distclean: clean - rm -f *.orig *.rej *.elc *~ gnus gnus-[0-9] gnus-[0-9][0-9] Makefile - rm -f message message-[0-9] - rm -f emacs-mime - rm -f gnus-ja gnus-ja-[0-9] gnus-ja-[0-9][0-9] - rm -f message-ja message-ja-[0-9] + rm -f Makefile install: $(SHELL) $(top_srcdir)/mkinstalldirs $(infodir)