(gnus-article-browse-html-article): Add warning about web
[gnus] / Makefile.in
1 prefix = @prefix@
2 datadir = @datadir@
3 lispdir = @lispdir@
4 srcdir = @srcdir@
5
6 @SET_MAKE@
7 EMACS = @EMACS@
8 XEMACS = @EMACS@
9
10 GZIP_PROG = gzip -f
11
12 # # # # # # # # # # Release variables (for maintainer only):
13 #
14 # Files removed from `cvs export' output before creating the tar-ball:
15 CVS_IGNORE_FILES = .cvsignore contrib/.cvsignore etc/.cvsignore \
16   lisp/.cvsignore texi/.cvsignore texi/ps/.cvsignore .arch-inventory
17 # Name and mail address in ChangeLog format for the release commit:
18 COMMITTER = Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19 # CODENAME for development releases (CODENAME must have a trailing space,
20 # (e.g. "Oort ")
21 CODENAME = 
22 # Codename initial (lower case), e.g. 'n' for "No Gnus".
23 CIN =
24 # Files with hard-coded versions numbers:
25 RELEASE_COMMIT_FILES = ChangeLog README \
26   lisp/ChangeLog lisp/gnus.el \
27   texi/ChangeLog texi/gnus.texi texi/message.texi texi/gnus-faq.texi
28 # Pattern matching previous version(s):
2