[Wisp-cvs] wisp/doc/examples Makefile.am,1.34,1.35 embed.ewisp,1.5,NONE
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-04 14:31:44
|
Update of /cvsroot/wisp/wisp/doc/examples In directory usw-pr-cvs1:/tmp/cvs-serv30450/doc/examples Modified Files: Makefile.am Removed Files: embed.ewisp Log Message: Made wisplint.wisp check that source files manifest their proper names. Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/doc/examples/Makefile.am,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- Makefile.am 31 Aug 2002 14:29:37 -0000 1.34 +++ Makefile.am 4 Sep 2002 14:31:41 -0000 1.35 @@ -8,7 +8,6 @@ EXTRA_DIST = closure.wisp quine.wisp signal.wisp \ rawkey.wisp \ - embed.ewisp \ find.wisp \ undoc.wisp \ hello.was hello.wth banana.wth false.wth angry.wth \ @@ -16,7 +15,7 @@ exampledir = ${prefix}/share/doc/wisp/examples -install: install-dir install-readable install-executable +install: install-dir install-readable install-dir: install -d ${exampledir} @@ -26,9 +25,6 @@ find.wisp undoc.wisp \ hello.was hello.wth banana.wth false.wth angry.wth install -m644 $^ ${exampledir} - -install-executable: embed.ewisp - install -m755 $^ ${exampledir} check: quine-check --- embed.ewisp DELETED --- |