From 9ee4e475f45b42400c409747486f3ea93b660eb2 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 16 Sep 2002 06:31:27 +0000 Subject: [PATCH] r2696: *** empty log message *** --- debian/docs | 1 - debian/rules | 3 ++- debian/upload.sh | 3 +++ doc/readme.html | 2 +- doc/readme.lml | 7 ++++++- 5 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 debian/docs create mode 100755 debian/upload.sh diff --git a/debian/docs b/debian/docs deleted file mode 100644 index e845566..0000000 --- a/debian/docs +++ /dev/null @@ -1 +0,0 @@ -README diff --git a/debian/rules b/debian/rules index c3d4775..c2d88f0 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 $(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 index 0000000..f334f39 --- /dev/null +++ b/debian/upload.sh @@ -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)" diff --git a/doc/readme.html b/doc/readme.html index 8c7777c..07d97c4 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -4,4 +4,4 @@ (b (loop as x from 1 to 5 doing - (lml-print " ~D" (* x x))))The square of the first five integers are 1 4 9 16 25 \ No newline at end of file + (lml-print " ~D" (* x x))))The square of the first five integers are 1 4 9 16 25

View this page's source

\ No newline at end of file diff --git a/doc/readme.lml b/doc/readme.lml index 478d1d9..2509c76 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -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")) + )) -- 2.34.1