[Wisp-cvs] wisp/doc/examples Makefile.am,1.37,1.38
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-30 18:24:41
|
Update of /cvsroot/wisp/wisp/doc/examples In directory usw-pr-cvs1:/tmp/cvs-serv25589/doc/examples Modified Files: Makefile.am Log Message: Fixed Worth's handling of binary operators with constant arguments. Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/doc/examples/Makefile.am,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- Makefile.am 18 Sep 2002 21:14:23 -0000 1.37 +++ Makefile.am 30 Sep 2002 18:24:37 -0000 1.38 @@ -12,6 +12,10 @@ hello.was hello.wth banana.wth false.wth angry.wth argenv.wth \ .cvsignore +%: %.wth + WISP_PATH=$(top_srcdir)/modules $(top_builddir)/src/wisp \ + $(top_srcdir)/tools/worth $< + exampledir = ${prefix}/share/doc/wisp/examples install: install-dir install-readable |