viper -- Update and prettify package-info.in provides.
[packages] / xemacs-packages / w3 / Makefile
1 # Makefile for W3 lisp code
2
3 # This file is part of XEmacs.
4
5 # XEmacs is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 2, or (at your option) any
8 # later version.
9
10 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13 # for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with XEmacs; see the file COPYING.  If not, write to
17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 # Boston, MA 02111-1307, USA.
19
20 VERSION = 1.41
21 AUTHOR_VERSION = 4.0pre47
22 MAINTAINER = SXEmacs Development Team <sxemacs-devel@sxemacs.org>
23 PACKAGE = w3
24 PKG_TYPE = regular
25 REQUIRES = w3 mail-lib xemacs-base ecrypto gnus net-utils sh-script fsf-compat eterm
26 CATEGORY = standard
27
28 ELCS =  lisp/css.elc lisp/devices.elc lisp/docomp.elc lisp/dsssl-flow.elc    \
29         lisp/dsssl.elc lisp/images.elc lisp/socks.elc lisp/ssl.elc           \
30         lisp/url-about.elc lisp/url-auth.elc lisp/url-cache.elc              \
31         lisp/url-cid.elc lisp/url-cookie.elc lisp/url-dav.elc                \
32         lisp/url-dired.elc lisp/url-domsuf.elc lisp/url-expand.elc           \
33         lisp/url-file.elc lisp/url-ftp.elc lisp/url-future.elc               \
34         lisp/url-gw.elc lisp/url-handlers.elc lisp/url-history.elc           \
35         lisp/url-http.elc lisp/url-imap.elc lisp/url-irc.elc                 \
36         lisp/url-ldap.elc lisp/url-mailto.elc lisp/url-methods.elc           \
37         lisp/url-misc.elc lisp/url-news.elc lisp/url-nfs.elc lisp/url-ns.elc \
38         lisp/url-parse.elc lisp/url-privacy.elc lisp/url-proxy.elc           \
39         lisp/url-queue.elc lisp/url-util.elc lisp/url-vars.elc lisp/url.elc  \
40         lisp/w3-cfg.elc lisp/w3-compat.elc lisp/w3-cus.elc                   \
41         lisp/w3-display.elc lisp/w3-emulate.elc lisp/w3-fast-parse.elc       \
42         lisp/w3-forms.elc lisp/w3-hot.elc lisp/w3-hotindex.elc               \
43         lisp/w3-imap.elc lisp/w3-java.elc lisp/w3-keymap.elc                 \
44         lisp/w3-latex.elc lisp/w3-menu.elc lisp/w3-mouse.elc                 \
45         lisp/w3-parse.elc lisp/w3-print.elc lisp/w3-props.elc                \
46         lisp/w3-speak-table.elc lisp/w3-speak.elc lisp/w3-style.elc          \
47         lisp/w3-toolbar.elc lisp/w3-vars.elc lisp/w3-widget.elc              \
48         lisp/w3-xemac.elc lisp/w3.elc
49
50 EXTRA_SOURCES = BUGS HOWTO INSTALL README README.NT README.VMS TODO \
51         lisp/md5.el.upstream
52
53 DATA_FILES = stylesheet $(wildcard images/*.x?m) etc/publicsuffix.txt
54 DATA_DEST = $(PACKAGE)
55
56 EXPLICIT_DOCS = texi/w3-faq.txi texi/w3.txi
57 DOCS_TXI_EXTENSION = t
58
59 WIDGETDIR = .
60
61 AUTOLOAD_PATH = lisp
62
63 PRELOADS = -l advice -l cl-macs -l cus-face -l docomp -l url-parse.el \
64         -l url-vars.el -l w3-vars.el
65
66 EXTRA_DEPENDENCIES = stylesheet
67
68 include ../../XEmacs.rules
69
70 stylesheet: etc/default.css
71         rm -f stylesheet
72         $(RCOPY) etc/default.css stylesheet
73