Update of /cvsroot/wisp/wisp/doc/examples
In directory usw-pr-cvs1:/tmp/cvs-serv4997/doc/examples
Modified Files:
Makefile.am
Removed Files:
gray.cgi names.cgi show.cgi wisp.css
Log Message:
Moved gray.cgi, names.cgi, show.cgi, and wisp.css from doc/examples to web .
Index: Makefile.am
===================================================================
RCS file: /cvsroot/wisp/wisp/doc/examples/Makefile.am,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile.am 30 Jul 2002 21:44:00 -0000 1.33
+++ Makefile.am 31 Aug 2002 14:29:37 -0000 1.34
@@ -9,7 +9,6 @@
EXTRA_DIST = closure.wisp quine.wisp signal.wisp \
rawkey.wisp \
embed.ewisp \
- gray.cgi names.cgi show.cgi wisp.css \
find.wisp \
undoc.wisp \
hello.was hello.wth banana.wth false.wth angry.wth \
@@ -25,11 +24,10 @@
install-readable: closure.wisp quine.wisp signal.wisp \
rawkey.wisp \
find.wisp undoc.wisp \
- hello.was hello.wth banana.wth false.wth angry.wth \
- wisp.css
+ hello.was hello.wth banana.wth false.wth angry.wth
install -m644 $^ ${exampledir}
-install-executable: embed.ewisp gray.cgi names.cgi show.cgi
+install-executable: embed.ewisp
install -m755 $^ ${exampledir}
check: quine-check
--- gray.cgi DELETED ---
--- names.cgi DELETED ---
--- show.cgi DELETED ---
--- wisp.css DELETED ---
|