Update of /cvsroot/wisp/wisp/web
In directory sc8-pr-cvs1:/tmp/cvs-serv19518/web
Modified Files:
Makefile.am
Log Message:
install the contents of the web directory to share/doc/wisp/examples/web instead of share/doc/wisp/web
Index: Makefile.am
===================================================================
RCS file: /cvsroot/wisp/wisp/web/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 31 Aug 2002 14:29:37 -0000 1.2
+++ Makefile.am 8 Feb 2003 10:18:53 -0000 1.3
@@ -1,6 +1,6 @@
#### web/Makefile.am for the Wisp interpreter
#
-# Copyleft © 2002 by Andres Soolo (di...@us...)
+# Copyleft © 2003 by Andres Soolo (di...@us...)
# This file is licensed under the GNU GPL v2. If you
# don't know what that means, please do read the GPL.
#
@@ -8,7 +8,7 @@
EXTRA_DIST = .cvsignore gray.cgi index.html names.cgi show.cgi wisp.css
-webdir = ${prefix}/share/doc/wisp/web
+webdir = ${prefix}/share/doc/wisp/examples/web
install: install-dir install-readable install-executable
|