Update of /cvsroot/wisp/wisp
In directory sc8-pr-cvs1:/tmp/cvs-serv25647
Modified Files:
configure.in wisplint.wisp
Log Message:
grew Makefile.am:s to the users directory
Index: configure.in
===================================================================
RCS file: /cvsroot/wisp/wisp/configure.in,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- configure.in 6 Feb 2003 17:58:35 -0000 1.75
+++ configure.in 6 Feb 2003 20:11:38 -0000 1.76
@@ -1,6 +1,6 @@
dnl configure.in - autoconf source for the Wisp software suite
dnl
-dnl Copyleft © 2002 by Andres Soolo (di...@us...)
+dnl Copyleft © 2003 by Andres Soolo (di...@us...)
dnl This file is licensed under the GNU GPL v2. If you
dnl don't know what that means, please do read the GPL.
dnl
@@ -168,5 +168,6 @@
AC_OUTPUT(Makefile debian/Makefile doc/Makefile doc/examples/Makefile
modules/Makefile modules/cpu/Makefile modules/format/Makefile
src/Makefile src/builtin/Makefile src/native/Makefile
- tests/Makefile tools/Makefile users/Makefile wa/Makefile
+ tests/Makefile tools/Makefile users/Makefile
+ users/dig/Makefile users/pisi/Makefile wa/Makefile
web/Makefile)
Index: wisplint.wisp
===================================================================
RCS file: /cvsroot/wisp/wisp/wisplint.wisp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- wisplint.wisp 5 Feb 2003 19:18:48 -0000 1.23
+++ wisplint.wisp 6 Feb 2003 20:11:38 -0000 1.24
@@ -97,6 +97,7 @@
(not (member name '("COPYING"
"DISCLAIMER"
"INSTALL"
+ "NEWS"
"config.guess"
"config.sub"
"debian/changelog"
@@ -139,6 +140,7 @@
(not (member name '("COPYING"
"DISCLAIMER"
"INSTALL"
+ "NEWS"
"config.guess"
"config.sub"
"debian/changelog"
@@ -160,6 +162,7 @@
(not (member name '("COPYING"
"DISCLAIMER"
"INSTALL"
+ "NEWS"
"debian/changelog"
"debian/control"
"doc/TODO"
|