w3 -- Build fix.
[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 \
26         fsf-compat eterm easypg text-modes dired
27 CATEGORY = standard
28
29 ELCS =  lisp/css.elc lisp/devices.elc lisp/docomp.elc lisp/dsssl-flow.elc    \
30         lisp/dsssl.elc lisp/images.elc lisp/socks.elc lisp/ssl.elc           \
31         lisp/url-about.elc lisp/url-auth.elc lisp/url-cache.elc              \
32         lisp/url-cid.elc lisp/url-cookie.elc lisp/url-dav.elc                \
33         lisp/url-dired.elc lisp/url-domsuf.elc lisp/url-expand.elc           \
34         lisp/url-file.elc lisp/url-ftp.elc lisp/url-future.elc               \
35         lisp/url-gw.elc lisp/url-handlers.elc lisp/url-history.elc           \
36         lisp/url-http.elc lisp/url-imap.elc lisp/url-irc.elc                 \
37         lisp/url-ldap.elc lisp/url-mailto.elc lisp/url-methods.elc           \
38         lisp/url-misc.elc lisp/url-news.elc lisp/url-nfs.elc lisp/url-ns.elc \
39         lisp/url-parse.elc lisp/url-privacy.elc lisp/url-proxy.elc           \
40         lisp/url-queue.elc lisp/url-util.elc lisp/url-vars.elc lisp/url.elc  \
41         lisp/w3-cfg.elc lisp/w3-compat.elc lisp/w3-cus.elc                   \
42         lisp/w3-display.elc lisp/w3-emulate.elc lisp/w3-fast-parse.elc       \
43         lisp/w3-forms.elc lisp/w3-hot.elc lisp/w3-hotindex.elc               \
44         lisp/w3-imap.elc lisp/w3-java.elc lisp/w3-keymap.elc                 \
45         lisp/w3-latex.elc lisp/w3-menu.elc lisp/w3-mouse.elc                 \
46         lisp/w3-parse.elc lisp/w3-print.elc lisp/w3-props.elc                \
47         lisp/w3-speak-table.elc lisp/w3-speak.elc lisp/w3-style.elc          \
48         lisp/w3-toolbar.elc lisp/w3-vars.elc lisp/w3-widget.elc              \
49         lisp/w3-xemac.elc lisp/w3.elc
50
51 EXTRA_SOURCES = BUGS HOWTO INSTALL README README.NT README.VMS TODO \
52         lisp/md5.el.upstream
53
54 DATA_FILES = stylesheet $(wildcard images/*.x?m) etc/publicsuffix.txt
55 DATA_DEST = $(PACKAGE)
56
57 EXPLICIT_DOCS = texi/w3-faq.txi texi/w3.txi
58 DOCS_TXI_EXTENSION = t
59
60 WIDGETDIR = .
61
62 AUTOLOAD_PATH = lisp
63
64 PRELOADS = -l advice -l cl-macs -l cus-face -l docomp -l url-parse.el \
65         -l url-vars.el -l w3-vars.el
66
67 EXTRA_DEPENDENCIES = stylesheet
68
69 include ../../XEmacs.rules
70
71 stylesheet: etc/default.css
72         rm -f stylesheet
73         $(RCOPY) etc/default.css stylesheet
74