gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz ./Makefile ./TODO doc/pegboard/pegboard.rst...


From: Asko Soukka
Subject: [Gzz-commits] gzz ./Makefile ./TODO doc/pegboard/pegboard.rst...
Date: Wed, 06 Nov 2002 04:18:18 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    02/11/06 04:18:17

Modified files:
        .              : Makefile TODO 
        doc/pegboard   : pegboard.rst 
Removed files:
        doc/pegboard   : pegboard.html 

Log message:
        'make pegs' works through jython now, at least on me O:-)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.203&tr2=1.204&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.373&tr2=1.374&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/pegboard.rst.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -u gzz/Makefile:1.203 gzz/Makefile:1.204
--- gzz/Makefile:1.203  Fri Nov  1 20:23:44 2002
+++ gzz/Makefile        Wed Nov  6 04:18:17 2002
@@ -301,8 +301,8 @@
         
 pegs:
        # should be $(JYTHON), but doesn't work somehow
-       PYTHONPATH=../depends: python2.1 metacode/pegboard.py
-       # $(JYTHON) metacode/pegboard.py
+       # PYTHONPATH=../depends: python2.1 metacode/pegboard.py
+       $(JYTHON) metacode/pegboard.py
 
 lavadoc::
        javadoc $(JAVADOCOPTS) -d lavadoc -sourcepath ./:lava/  gzz gzz.impl 
gzz.impl.errors
Index: gzz/TODO
diff -u gzz/TODO:1.373 gzz/TODO:1.374
--- gzz/TODO:1.373      Wed Nov  6 01:11:26 2002
+++ gzz/TODO    Wed Nov  6 04:18:17 2002
@@ -86,7 +86,6 @@
          createPaperQuad, since that's the most flexible approach.
        - porting: make sure all demos etc. work with plain mesa
     humppake:
-       - extract libraries needed to run pegboard.py into depends
        + more about PEG1018 - generalizing VobVanishingClient
         + rethink interfaces between PlainVanishing and VobScene
            - learn Box
Index: gzz/doc/pegboard/pegboard.rst
diff -u gzz/doc/pegboard/pegboard.rst:1.2 gzz/doc/pegboard/pegboard.rst:1.3
--- gzz/doc/pegboard/pegboard.rst:1.2   Mon Nov  4 14:23:20 2002
+++ gzz/doc/pegboard/pegboard.rst       Wed Nov  6 04:18:17 2002
@@ -96,7 +96,7 @@
 Topic
        A brief description of the main purpose of the PEG.
 
-Author
+Authors
        The author (owner) of the PEG; only this person can edit the 
        main text of the PEG.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]