[clhp-cvs] CVS update: public_html/index.clhp
Anthony Ventimiglia
aventimiglia at common-lisp.net
Mon Sep 29 17:15:40 UTC 2003
Update of /project/clhp/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv23096
Modified Files:
index.clhp
Log Message:
Imporved the build command shown in comment, this is really temporary
Date: Mon Sep 29 13:15:40 2003
Author: aventimiglia
Index: public_html/index.clhp
diff -u public_html/index.clhp:1.1.1.1 public_html/index.clhp:1.2
--- public_html/index.clhp:1.1.1.1 Mon Sep 29 13:02:21 2003
+++ public_html/index.clhp Mon Sep 29 13:15:40 2003
@@ -6,9 +6,14 @@
;; these pages through the CLHP parser, and use the resulting pages
;; for the web site with the following command:
;;
-;; $ lisp -core /usr/lib/cmucl/clhp.core \
-;; -eval '(clhp:parse "index.clhp")(quit)' > index.html
-;;
+#|
+$ lisp -core /usr/lib/cmucl/clhp.core \
+ -eval '(clhp:parse "index.clhp")(quit)' > index.html && \
+ ed index.html << EOF
+1,3d
+wq
+EOF
+|#
;; The HTTP Headers will have to be deleted from the resulting file.
(defvar *title* "CLHP the Common Lisp Hypertext Preprocessor")
More information about the Clhp-cvs
mailing list