[Wisp-cvs] wisp/doc/examples Makefile.am,1.35,1.36 undoc.wisp,1.13,NONE
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-04 14:34:47
|
Update of /cvsroot/wisp/wisp/doc/examples In directory usw-pr-cvs1:/tmp/cvs-serv31590/doc/examples Modified Files: Makefile.am Removed Files: undoc.wisp Log Message: Moved undoc.wisp from doc/examples to the tools directory. Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/doc/examples/Makefile.am,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- Makefile.am 4 Sep 2002 14:31:41 -0000 1.35 +++ Makefile.am 4 Sep 2002 14:34:44 -0000 1.36 @@ -9,7 +9,6 @@ EXTRA_DIST = closure.wisp quine.wisp signal.wisp \ rawkey.wisp \ find.wisp \ - undoc.wisp \ hello.was hello.wth banana.wth false.wth angry.wth \ .cvsignore @@ -22,7 +21,7 @@ install-readable: closure.wisp quine.wisp signal.wisp \ rawkey.wisp \ - find.wisp undoc.wisp \ + find.wisp \ hello.was hello.wth banana.wth false.wth angry.wth install -m644 $^ ${exampledir} --- undoc.wisp DELETED --- |