Update of /cvsroot/sbcl/sbcl-page
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22768
Modified Files:
README
Added Files:
makefile
Log Message:
Simple makefile
--- NEW FILE: makefile ---
all: generate-pages
generate-pages:
sbcl --eval "(require :asdf)" --eval "(require :sbcl-page)" --eval "(generate-pages)" --eval "(quit)"
clean-generated:
rm -f *.html
clean-junk:
rm -f *.fasl *~
Index: README
===================================================================
RCS file: /cvsroot/sbcl/sbcl-page/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README 1 Sep 2004 13:15:29 -0000 1.1
+++ README 30 Sep 2004 23:23:36 -0000 1.2
@@ -4,11 +4,12 @@
Obtain S-XML from its CL.net CVS (the tarball may not be up to date
with regards to some XML entity changes for Internet
-Explorer). Install CL-PPCRE. Then, load SBCL, load ASDF, load the
-SBCL-PAGE system, and run (generate-pages) in the CL-USER package.
+Explorer). Install CL-PPCRE.
+
+Then run "make".
Copy *.html and sbcl.css to the SBCL web page root (currently
/home/groups/s/sb/sbcl/htdocs/).
Brian Mastenbrook
-2004/09/01
\ No newline at end of file
+2004/09/01
|