* mm-view.el: Fix autoload.
[gnus] / xemacs.mak
1 ############################################################################
2 # Makefile to install Gnus under Windows NT using nmake.
3 # Adrian Aichner, aichner@ecf.teradyne.com, Teradyne GmbH, 1999-07-14.
4 #
5 # Please specify path to the Gnus sources here, if $(MAKEDIR) is
6 # inappropriate:
7 #
8 GNUSDIR=$(MAKEDIR)
9 #
10 # Please specify the path where you want Gnus installed:
11 #
12 # INSTALLDIR=c:\XEmacs\site-packages\pgnus-0.98
13 #
14 # Please specify the path to the XEmacs executable here:
15 #
16 # XEMACS=c:\XEmacs\XEmacs-21.1.8\i386-pc-win32\xemacs.exe
17 #
18 # Specify wheter you want to use XEmacs mail-lib package with UIDL support.
19 #
20 USE_XEMACS_MAIL_LIB=0
21 #
22 ############################################################################
23 # Do not change anything below this line.
24 MANDIR=$(GNUSDIR)\texi
25 LISPDIR=$(GNUSDIR)\lisp
26 INFODIR=$(INSTALLDIR)\info
27 FLAGS=-batch -q -no-site-file
28 VARDEFS=XEMACS="$(XEMACS)" INFODIR="$(INFODIR)" MANDIR="$(MANDIR)" FLAGS="$(FLAGS)"
29
30 !if !exist("$(XEMACS)")