From 59c65c75fc020d6faad83ad936d1a7a94a20f8d9 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 16 Sep 2002 17:10:09 +0000 Subject: [PATCH] r2730: *** empty log message *** --- debian/rules | 3 +-- lml.system | 30 ------------------------------ 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 lml.system diff --git a/debian/rules b/debian/rules index f83c42d..a93a0eb 100755 --- a/debian/rules +++ b/debian/rules @@ -46,6 +46,7 @@ install: build dh_installdirs $(clc-systems) $(clc-lml) $(doc-dir) dh_install lml.system lml.asd $(shell echo *.cl) $(clc-lml) dh_install $(shell echo doc/*.html) $(doc-dir) + dh_link $(clc-lml)/lml.asd $(clc-systems)/lml.asd # Build architecture-independent files here. binary-indep: build install @@ -68,8 +69,6 @@ binary-arch: build install # dh_installman # dh_installinfo # dh_undocumented - dh_link $(clc-lml)/lml.asd $(clc-systems)/lml.asd - dh_link $(clc-lml)/lml.system $(clc-systems)/lml.system dh_installchangelogs dh_strip dh_compress diff --git a/lml.system b/lml.system deleted file mode 100644 index 77f6daa..0000000 --- a/lml.system +++ /dev/null @@ -1,30 +0,0 @@ -;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ************************************************************************* -;;;; FILE IDENTIFICATION -;;;; -;;;; Name: lml.system -;;;; Purpose: Defsystem file for Lisp Markup Language -;;;; Programmer: Kevin M. Rosenberg -;;;; Date Started: Aug 2002 -;;;; -;;;; $Id: lml.system,v 1.3 2002/09/16 02:09:39 kevin Exp $ -;;;; -;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg -;;;; -;;;; LML users are granted the rights to distribute and use this software -;;;; as governed by the terms of the GNU General Public License v2 -;;;; (http://www.gnu.org/licenses/gpl.html) -;;;; ************************************************************************* - -(in-package :cl-user) - -(mk:defsystem :lml - :source-pathname "cl-library:lml;" - :source-extension "cl" - :components - ((:file "package") - (:file "utils") :depends-on ("package") - (:file "files") :depends-on ("utils") - (:file "lml" :depends-on ("files")) - (:file "stdsite" :depends-on ("lml")) - (:file "downloads" :depends-on ("lml")))) -- 2.34.1