r5167: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 20 Jun 2003 08:35:22 +0000 (08:35 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 20 Jun 2003 08:35:22 +0000 (08:35 +0000)
base.lisp
debian/compat [new file with mode: 0644]
debian/rules

index 56a0f938ea315ebbdbf7a1266141d84b8e65938c..5a51d4f31cb694ce04a98839510ef1248be17e6a 100644 (file)
--- a/base.lisp
+++ b/base.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: base.lisp,v 1.22 2003/06/17 04:56:02 kevin Exp $
+;;;; $Id: base.lisp,v 1.23 2003/06/20 08:35:22 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
     `(let ((,bound-keyargs ,(macroexpand `(bind-all-keyargs ,keyargs))))
       ,(macroexpand `(with-no-endtag-keyargs ,tag ,bound-keyargs)))))
 
+(defmacro jscript (&body body)
+  `(with script :language "JavaScript" :type "text/javascript"
+        ,@body))
+
 (defmacro xhtml-prologue ()
   `(progn
      (lml-format "~A~%" (xml-prologue-string))
       head html title pre tt u dl dt dd kbd code form textarea blockquote
       var strong small samp big cite address dfn em q area del ins
       object param caption col colgroup script noscript))
-  (export '(alink alink-c br hr img input meta link meta-key))
+  (export '(jscript alink alink-c br hr img input meta link meta-key))
   (export *macro-list*))
 
 (loop for i in *macro-list*
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
index d163ddb24c7a22fb1604d16832131629cd845d92..980801e80a8b86bda98a7a18ba3d5a9ad566993f 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DH_COMPAT=4
-
 pkg    := lml
 debpkg  := cl-lml