# Makefile for psgml lisp code # This file is part of XEmacs. # XEmacs is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2, or (at your option) any # later version. # XEmacs is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # You should have received a copy of the GNU General Public License # along with XEmacs; see the file COPYING. If not, write to # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301 USA. VERSION = 1.49 AUTHOR_VERSION = 1.3.2 MAINTAINER = XEmacs Development Team PACKAGE = psgml PKG_TYPE = regular REQUIRES = xemacs-base edit-utils edebug xemacs-devel mail-lib fsf-compat \ eterm sh-script ps-print CATEGORY = standard ELCS = iso-sgml.elc psgml-api.elc psgml-charent.elc psgml-debug.elc \ psgml-dtd.elc psgml-edit.elc psgml-fs.elc psgml-html.elc \ psgml-ids.elc psgml-info.elc psgml-parse.elc psgml-xemacs.elc \ psgml.elc psgml-sysdep.elc EXPLICIT_DOCS = $(PACKAGE).texi $(PACKAGE)-api.texi DATA_FILES = iso88591.map DATA_DEST = $(PACKAGE) EXTRA_SOURCES = ChangeLog.upstream # We need to set this to an existing directory when building the package. PRELOADS = -eval "(setq sgml-data-directory (expand-file-name \".\"))" include ../../XEmacs.rules