[Tux4kids-commits] r49 - in tuxmath/trunk: docs src
dbruce at alioth.debian.org
dbruce at alioth.debian.org
Thu Mar 8 21:18:11 CET 2007
Author: dbruce
Date: 2006-10-07 20:39:00 +0000 (Sat, 07 Oct 2006)
New Revision: 49
Modified:
tuxmath/trunk/docs/INSTALL.txt
tuxmath/trunk/docs/changelog
tuxmath/trunk/src/fileops.c
Log:
update docs
Modified: tuxmath/trunk/docs/INSTALL.txt
===================================================================
--- tuxmath/trunk/docs/INSTALL.txt 2006-10-07 20:23:57 UTC (rev 48)
+++ tuxmath/trunk/docs/INSTALL.txt 2006-10-07 20:39:00 UTC (rev 49)
@@ -1,6 +1,6 @@
INSTALL.txt for "Tux, Of Math Command" (aka "Tuxmath")
-September 29, 2006
+October 07, 2006
Requirements
@@ -127,7 +127,7 @@
following at a shell prompt within the /trunk directory of the source
code tree:
- ./configure && make && make install
+ ./autogen.sh && ./configure && make && make install
By default, the build process will install tuxmath under /usr/local/share
for the data and /usr/local/bin for the executable.
Modified: tuxmath/trunk/docs/changelog
===================================================================
--- tuxmath/trunk/docs/changelog 2006-10-07 20:23:57 UTC (rev 48)
+++ tuxmath/trunk/docs/changelog 2006-10-07 20:39:00 UTC (rev 49)
@@ -1,5 +1,14 @@
changelog for "tuxmath"
+2006.Oct.07 (https://svn.tux4kids.net/tuxmath/ - revision 47)
+
+ Build:
+ * Many files needed for build using autotools added to svn
+ that I previously left out by accident.
+ * autogen.sh added, now build and install under *nix using:
+ ./autogen.h && ./configure && make && make install
+ * make install no longer copies .svn files into data dir
+
2006.Sep.29 (https://svn.tux4kids.net/tuxmath/ - revision 28)
Version 0.97
Modified: tuxmath/trunk/src/fileops.c
===================================================================
--- tuxmath/trunk/src/fileops.c 2006-10-07 20:23:57 UTC (rev 48)
+++ tuxmath/trunk/src/fileops.c 2006-10-07 20:39:00 UTC (rev 49)
@@ -74,7 +74,7 @@
"summary7" SUMMARY_EXTENSION,
"summary8" SUMMARY_EXTENSION,
"summary9" SUMMARY_EXTENSION,
- "summary10 SUMMARY_EXTENSION"
+ "summary10" SUMMARY_EXTENSION
};
More information about the Tux4kids-commits
mailing list