r2696: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 06:31:27 +0000 (06:31 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 06:31:27 +0000 (06:31 +0000)
debian/docs [deleted file]
debian/rules
debian/upload.sh [new file with mode: 0755]
doc/readme.html
doc/readme.lml

diff --git a/debian/docs b/debian/docs
deleted file mode 100644 (file)
index e845566..0000000
+++ /dev/null
@@ -1 +0,0 @@
-README
index c3d4775f09c116ffc4f9df10d2753b841b6ebf9b..c2d88f00333543d2412adf8cfca1f73a257ebf01 100755 (executable)
@@ -46,6 +46,7 @@ install: build
        dh_installdirs $(clc-systems) $(clc-lml) $(doc-dir)
        dh_install lml.system lml.asd $(clc-systems)
        dh_install $(shell echo *.cl) $(clc-lml)
+       dh_install $(shell echo doc/*.html) $(doc-dir)
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -57,7 +58,7 @@ binary-arch: build install
        dh_testroot
 #      dh_installdebconf       
        dh_installdocs
-#      dh_installexamples
+       dh_installexamples doc/Makefile doc/make.cl $(shell echo doc/*.lml)
 #      dh_installmenu
 #      dh_installlogrotate
 #      dh_installemacsen
diff --git a/debian/upload.sh b/debian/upload.sh
new file mode 100755 (executable)
index 0000000..f334f39
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash -e
+
+dup lml -Uftp.med-info.com -D/home/ftp/lml -C"(cd /opt/apache/htdocs/lml; make install-doc)"
index 8c7777c333a8365809963cd561f8cb178bdaa87f..07d97c4f841315665ca4bf66d104b85f322e8376 100644 (file)
@@ -4,4 +4,4 @@
  (b
    (loop as x from 1 to 5 
      doing
-     (lml-print " ~D" (* x x))))</pre></td><td><i>The square of the first five integers are</i><b> 1 4 9 16 25</b></td></tr></tbody></table></body></html>
\ No newline at end of file
+     (lml-print " ~D" (* x x))))</pre></td><td><i>The square of the first five integers are</i><b> 1 4 9 16 25</b></td></tr></tbody></table><hr /><p>View this page's <a href="readme.lml">source</a></p></body></html>
\ No newline at end of file
index 478d1d9a1a931c97d69406074df15667ecb403b6..2509c76de87989299cd6c8e02c9bb1d50955949d 100644 (file)
@@ -56,4 +56,9 @@
         (loop as x from 1 to 5 
               doing
               (lml-print " ~D" (* x x))))))
-      ))))
+      ))
+    (hr)
+    (p
+     "View this page's "
+     (a :href "readme.lml" "source"))
+      ))