[rkward-cvs] SF.net SVN: rkward: [818] trunk/rkward

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Oct 5 17:36:21 UTC 2006


Revision: 818
          http://svn.sourceforge.net/rkward/?rev=818&view=rev
Author:   tfry
Date:     2006-10-05 10:36:09 -0700 (Thu, 05 Oct 2006)

Log Message:
-----------
Makefile adjustments for move to SVN

Modified Paths:
--------------
    trunk/rkward/Makefile.am
    trunk/rkward/TODO
    trunk/rkward/rkward/rbackend/rpackages/rkward/Makefile
    trunk/rkward/subdirs

Modified: trunk/rkward/Makefile.am
===================================================================
--- trunk/rkward/Makefile.am	2006-10-05 17:35:26 UTC (rev 817)
+++ trunk/rkward/Makefile.am	2006-10-05 17:36:09 UTC (rev 818)
@@ -1,7 +1,7 @@
 
 SUBDIRS = rkward po doc
 
-EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO rkward.lsm Makefile.cvs configure.in.in
+EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO rkward.lsm Makefile.svn configure.in.in
 
 KDE_OPTIONS = noautodist
 

Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO	2006-10-05 17:35:26 UTC (rev 817)
+++ trunk/rkward/TODO	2006-10-05 17:36:09 UTC (rev 818)
@@ -103,7 +103,6 @@
 		- let's set this back for a while
 	- RKVariable:
 		- use QIntDict instead of string-map for value-labels / factor levels? Qt4: QHash
-	- UNPROTECT_PTR
 	- give informative feedback on syntax errors (line numbers, etc.)!
 	- .rk.get.available.packages ()
 		- use external (file) storage for cache to save mem

Modified: trunk/rkward/rkward/rbackend/rpackages/rkward/Makefile
===================================================================
--- trunk/rkward/rkward/rbackend/rpackages/rkward/Makefile	2006-10-05 17:35:26 UTC (rev 817)
+++ trunk/rkward/rkward/rbackend/rpackages/rkward/Makefile	2006-10-05 17:36:09 UTC (rev 818)
@@ -4,7 +4,7 @@
 check:
 
 distdir:
-	@list=`find . -not -name '*~' -and -not -name 'CVS'`; \
+	@list=`find . -not -name '*~' -and -not -wholename '*/.svn*'`; \
 	for file in $$list; do \
 		echo $$file; \
 		if test -d $$file; then \

Modified: trunk/rkward/subdirs
===================================================================
--- trunk/rkward/subdirs	2006-10-05 17:35:26 UTC (rev 817)
+++ trunk/rkward/subdirs	2006-10-05 17:36:09 UTC (rev 818)
@@ -1,3 +1,4 @@
 doc
 po
 rkward
+rkward-0.4.0pre1


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list