Initial Commit
[packages] / xemacs-packages / psgml / Makefile
1 # Makefile for psgml 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., 51 Franklin Street, Fifth Floor,
18 # Boston, MA 02110-1301 USA.
19
20 VERSION = 1.49
21 AUTHOR_VERSION = 1.3.2
22 MAINTAINER = XEmacs Development Team <xemacs-beta@xemacs.org>
23 PACKAGE = psgml
24 PKG_TYPE = regular
25 REQUIRES = xemacs-base edit-utils edebug xemacs-devel mail-lib fsf-compat \
26         eterm sh-script ps-print
27 CATEGORY = standard
28
29 ELCS = iso-sgml.elc psgml-api.elc psgml-charent.elc psgml-debug.elc \
30         psgml-dtd.elc psgml-edit.elc psgml-fs.elc psgml-html.elc \
31         psgml-ids.elc psgml-info.elc psgml-parse.elc psgml-xemacs.elc \
32         psgml.elc psgml-sysdep.elc
33
34 EXPLICIT_DOCS = $(PACKAGE).texi $(PACKAGE)-api.texi
35
36 DATA_FILES = iso88591.map
37 DATA_DEST = $(PACKAGE)
38
39 EXTRA_SOURCES = ChangeLog.upstream
40
41 # We need to set this to an existing directory when building the package.
42 PRELOADS = -eval "(setq sgml-data-directory (expand-file-name \".\"))"
43
44 include ../../XEmacs.rules