[Tux4kids-commits] r440 - in tuxtype/branches/tuxtype-reorg: . doc tuxtype

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Tue Mar 25 19:57:12 UTC 2008


Author: dbruce-guest
Date: 2008-03-25 19:57:12 +0000 (Tue, 25 Mar 2008)
New Revision: 440

Added:
   tuxtype/branches/tuxtype-reorg/doc/
   tuxtype/branches/tuxtype-reorg/doc/AUTHORS
   tuxtype/branches/tuxtype-reorg/doc/COPYING
   tuxtype/branches/tuxtype-reorg/doc/ChangeLog
   tuxtype/branches/tuxtype-reorg/doc/INSTALL
   tuxtype/branches/tuxtype-reorg/doc/INSTALL-Win32
   tuxtype/branches/tuxtype-reorg/doc/Makefile.am
   tuxtype/branches/tuxtype-reorg/doc/Makefile.in
   tuxtype/branches/tuxtype-reorg/doc/OFL
   tuxtype/branches/tuxtype-reorg/doc/README
   tuxtype/branches/tuxtype-reorg/doc/TODO
Modified:
   tuxtype/branches/tuxtype-reorg/Makefile.am
   tuxtype/branches/tuxtype-reorg/configure.ac
   tuxtype/branches/tuxtype-reorg/tuxtype/Makefile.am
   tuxtype/branches/tuxtype-reorg/tuxtype/Makefile.in
Log:
created new dirs - src, doc, data; moved README, INSTALL, and friends into doc;


Modified: tuxtype/branches/tuxtype-reorg/Makefile.am
===================================================================
--- tuxtype/branches/tuxtype-reorg/Makefile.am	2008-03-25 16:39:28 UTC (rev 439)
+++ tuxtype/branches/tuxtype-reorg/Makefile.am	2008-03-25 19:57:12 UTC (rev 440)
@@ -1,30 +1,20 @@
 # Modified to include support for NSIS Windows installer - David Bruce <dbruce at tampabay.rr.com>
 MAKENSIS=@NSIS@
 
-SUBDIRS = tuxtype
+SUBDIRS = tuxtype doc
 
-EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO tuxtype.lsm tuxtype.spec tuxtype.spec.in README.Win32 config.h autorun.inf tuxtype.ico OFL.txt
+EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO tuxtype.lsm tuxtype.spec tuxtype.spec.in config.h autorun.inf tuxtype.ico
 
 install-data-local:
 	$(MKDIR_P) $(DESTDIR)$(prefix)/doc/$(PACKAGE)
-	$(INSTALL_DATA) $(srcdir)/AUTHORS $(DESTDIR)$(prefix)/doc/$(PACKAGE)/AUTHORS
-	$(INSTALL_DATA) $(srcdir)/COPYING $(DESTDIR)$(prefix)/doc/$(PACKAGE)/COPYING
 	$(INSTALL_DATA) $(srcdir)/ChangeLog $(DESTDIR)$(prefix)/doc/$(PACKAGE)/ChangeLog
-	$(INSTALL_DATA) $(srcdir)/INSTALL $(DESTDIR)$(prefix)/doc/$(PACKAGE)/INSTALL
-	$(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(prefix)/doc/$(PACKAGE)/README
-	$(INSTALL_DATA) $(srcdir)/TODO $(DESTDIR)$(prefix)/doc/$(PACKAGE)/TODO
 	$(INSTALL_DATA) $(srcdir)/tuxtype.lsm $(DESTDIR)$(prefix)/doc/$(PACKAGE)/tuxtype.lsm
+	$(MKDIR_P) $(DESTDIR)$(prefix)/share/$(PACKAGE)
 	$(INSTALL_DATA) $(srcdir)/tuxtype.ico $(DESTDIR)$(prefix)/share/$(PACKAGE)/tuxtype.ico
 	$(INSTALL_DATA) $(srcdir)/autorun.inf $(DESTDIR)$(prefix)/share/$(PACKAGE)/autorun.inf
-	$(INSTALL_DATA) $(srcdir)/OFL.txt $(DESTDIR)$(prefix)/share/$(PACKAGE)/OFL.txt
 
 uninstall-local:
-	-rm -f $(DESTDIR)$(prefix)/doc/$(PACKAGE)/AUTHORS
-	-rm -f $(DESTDIR)$(prefix)/doc/$(PACKAGE)/COPYING
 	-rm -f $(DESTDIR)$(prefix)/doc/$(PACKAGE)/ChangeLog
-	-rm -f $(DESTDIR)$(prefix)/doc/$(PACKAGE)/INSTALL
-	-rm -f $(DESTDIR)$(prefix)/doc/$(PACKAGE)/README
-	-rm -f $(DESTDIR)$(prefix)/doc/$(PACKAGE)/TODO
 	-rm -f $(DESTDIR)$(prefix)/doc/$(PACKAGE)/tuxtype.lsm
 	-rm -rf $(DESTDIR)$(prefix)/doc/$(PACKAGE)
 	-rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/autorun.inf

Modified: tuxtype/branches/tuxtype-reorg/configure.ac
===================================================================
--- tuxtype/branches/tuxtype-reorg/configure.ac	2008-03-25 16:39:28 UTC (rev 439)
+++ tuxtype/branches/tuxtype-reorg/configure.ac	2008-03-25 19:57:12 UTC (rev 440)
@@ -98,6 +98,7 @@
 CPPFLAGS="$CPPFLAGS -DDATA_PREFIX=\\\"\$(prefix)\\\""
 
 AC_CONFIG_FILES([Makefile
+doc/Makefile
 tuxtype/Makefile
 tuxtype/data/Makefile
 tuxtype/data/fonts/Makefile

Added: tuxtype/branches/tuxtype-reorg/doc/AUTHORS
===================================================================
--- tuxtype/branches/tuxtype-reorg/doc/AUTHORS	                        (rev 0)
+++ tuxtype/branches/tuxtype-reorg/doc/AUTHORS	2008-03-25 19:57:12 UTC (rev 440)
@@ -0,0 +1,49 @@
+Coders:
+-------
+David Bruce <dbruce at tampabay.rr.com>
+Jesse Andrews <jdandr2 at uky.edu>
+Calvin Arndt <calarndt at tux4kids.org>
+Sam Hart <hart at geekcomix.com>  --- Sam started it all with TuxType 1!!!
+Jacob Greig <bombastic at firstlinux.net>
+Sreyas Kurumanghat <k.sreyas at gmail.com>
+Sreerenj Balachandran <bsreerenj at gmail.com>
+Vimal Ravi <vimal_ravi at rediff.com>
+Prince K. Antony <prince.kantony at gmail.com>
+Mobin Mohan <mobinmohan at gmail.com>
+
+Packaging & Ports:
+------------------
+Holger Levsen <holger at debian.org> - (Debian packager, project maintainer)
+David Bruce <dbruce at tampabay.rr.com> - (Windows crossbuild using Linux host)
+David Marshman <marshy at silvan.demon.co.uk> - (BeOS port/packages)
+Calvin Arndt <calarndt at yahoo.com> - (Red Hat 7.1+ RPMs)
+Olivier Dagenais <olivier_dagenais at canada.com> - (Windows port/packages)
+Jesse Andrews <jdandr2 at uky.edu> - (Mac OS port)
+
+Special thanks to:
+------------------
+Rich Bellamy <bellamrm at clarkson.edu> - (for several image patches)
+Frank Ellis <frank3000 at usa.net> - (for many submitted bug items and feedback)
+Nicolai Beier <nbeier at tiscali.dk> - (for Danish work in TuxType 2)
+Martin Moeller <martin at liga.dk> - (for Danish word files in TuxType 1)
+Martin Rioux <riomar2000 at hotmail.com> - (for French translation in TuxType 1)
+Karl Ove Hufthammer <karl at huftis.org> - (for Norwegian Nynorsk translation work for Tuxtype 2)
+Trond Mæhlum <trondm at skolelinux.no> - (for Norwegian Bokmål translation work for Tuxtype 2)
+Sreyas Kurumanghat <k.sreyas at gmail.com> - (for Indic language support)
+Sreerenj Balachandran <bsreerenj at gmail.com> - (for Indic language support)
+Vimal Ravi <vimal_ravi at rediff.com> - (for Indic language support)
+Prince K. Antony <prince.kantony at gmail.com> - (for Indic language support)
+Mobin Mohan <mobinmohan at gmail.com> - (for Indic language support)
+Ralf Wildenhues <Ralf.Wildenhues at gmx.de> - (for Autotools help via mailing lists)
+
+
+Note: ConvertUTF.c/.h are from Unicode, Inc. and are released under a very free (BSD-like) license:
+
+   "Unicode, Inc. hereby grants the right to freely use the information
+   supplied in this file in the creation of products supporting the
+   Unicode Standard, and to make copies of this file in any form
+   for internal or external distribution as long as this notice
+   remains attached."
+
+Note: The Andika,Doulos, and Charis fonts are from SIL International and are licensed under the Open Font 
+   License, Version 1.1 (see "OFL.txt" in this directory for the full license text). 
\ No newline at end of file

Added: tuxtype/branches/tuxtype-reorg/doc/COPYING
===================================================================
--- tuxtype/branches/tuxtype-reorg/doc/COPYING	                        (rev 0)
+++ tuxtype/branches/tuxtype-reorg/doc/COPYING	2008-03-25 19:57:12 UTC (rev 440)
@@ -0,0 +1,280 @@
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+                          675 Mass Ave, Cambridge, MA 02139, USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		     END OF TERMS AND CONDITIONS

Added: tuxtype/branches/tuxtype-reorg/doc/ChangeLog
===================================================================
--- tuxtype/branches/tuxtype-reorg/doc/ChangeLog	                        (rev 0)
+++ tuxtype/branches/tuxtype-reorg/doc/ChangeLog	2008-03-25 19:57:12 UTC (rev 440)
@@ -0,0 +1,396 @@
+22 Feb 2008
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - replaced many of menu icon images with new shiny ones.
+
+19 Feb 2008
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - updated remainder of Makefile.am's to use automake
+         variables rather than hard-coded 'install' and 'uninstall'
+         targets.
+
+15 Feb 2008
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - start of rewrite of Makefile.am's for data heirarchy
+         to use automake more correctly.
+
+
+v. 1.5.17 - UNRELEASED
+14 Dec 2007
+[ Holger Levsen <holger at layer-acht.org> ]
+       - corrected Greek theme, contributed by:
+	 Faidon Liambotis <paravoid at debian.org>
+
+v. 1.5.16 - svn revision 347
+29 Nov 2007
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - added Czech theme, contributed by:
+         Jaroslav Krejčí (JardaK) - <krejci at zstenis.com>
+
+28 Nov 2007
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - Corrected Russian keyboard.lst.
+       - Possible bugfix that may have prevented recognition of chars
+         beyond 255 in cascade and comet zap games.
+
+19 Nov 2007
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - added Wolof theme by Issa Dominique Rochefort.
+
+11 Oct 2007
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - updated all Makefile.am's to use the currently-preferred "MKDIR_P"
+         instead of "mkinstalldirs"; removed multiple redundant invocations
+         of "mkinstalldirs".
+       - ran Autoconf's "autoupdate" to be sure build system will work
+         properly with automake 1.10.
+
+15 Sep 2007
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - "make dist" no longer includes fonts - added new Makefile target,
+         "make dist_with_fonts" that does include them. Thanks to Ralf 
+          Wildenhues <Ralf.Wildenhues at gmx.de> for autotools help via
+          mailing lists.
+
+v 1.5.15 - svn revision 255
+15 Sep 2007
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - alphabet.c - fixed crash occurring in BlackOutline_SDLPango() when 
+         passed empty string (see Debian Bug #439071)
+       - alphabet.c - added code to check words in list to see if they have
+         chars not in keyboard.lst, and just leave out these words rather
+         than aborting the game.
+       - Corrected Makefile.am for Malayalam theme so that settings.txt
+         gets installed (needed for font selection to work).
+       - Added numerals and punctuation to German keyboard.lst (likely
+         needs to be done for many other themes).
+
+[ Holger Levsen ]
+	- added updated Spanish translation by Amaya Rodrigo 
+
+v 1.5.14 - svn revision 240
+15 Sep 2007
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - scripting.c - added UTF-8 to wchar_t conversion at needed point
+         when calling Phrases() (line ~1200).
+       - some corrections and editing of scripts projectInfo.xml, cascade.xml,
+         laser.xml - more work needed.
+
+May-Sep 2007
+Tux Type Indic Team:
+[ Sreyas Kurumanghat <k.sreyas at gmail.com> ]
+[ Sreerenj Balachandran <bsreerenj at gmail.com> ]
+[ Vimal Ravi <vimal_ravi at rediff.com> ]
+[ Prince K. Antony <prince.kantony at gmail.com> ]
+[ Mobin Mohan <mobinmohan at gmail.com> ]
+
+       - added libSDLPango to handle complex rendering issues related with 
+         Indic languages. This will eventually allow support of any of the
+         world's major languages.
+       - added an Indic language theme, Malayalam, which also contains a 
+         lesson area.
+       - new format of keyboard.lst for malayalam theme (now added to other
+         themes too).
+       - created a new file named practice.txt which contains the strings to
+         display in the practice session. Also did a major role in adding 
+         Unicode support in the practice area.
+       - removed old keymap that was limited to Unicode chars 0-255 (now
+         replaced by a scheme that can support any chars in Unicode).
+       - added series of XML lessons for Malayalam theme.
+
+v 1.5.13
+08 Sep 2007
+[ David Bruce <dbruce at tampabay.rr.com> ]
+       - more work on practice.c - nearly all strings changed to 
+         wchar_t arrays, should be able to support Unicode in
+         practice phrases.
+       - simplified format of keyboard.lst - each line now just
+         gives the fingering for a single character (e.g. "0|a").
+         The code to read in the keyboard.lst has been replaced.
+         All keyboard.lst files in the themes are updated to the
+         new format, however the Russian and Greek keyboard.lst files
+         are erroneous and prevent these themes from working.
+         TuxType now relies on the keyboard.lst files to tell it
+         what characters are permissible in the typing activities.
+         (If anyone knows of a cross-platform way to find out from
+         the OS what Unicode values are "typable" with the user's
+         current keyboard setup, please let me know!).
+
+03 Sep 2007
+[ David Bruce ]
+       - practice.c revised significantly to prevent crashes if
+         keyboard.lst erroneous or incomplete - if entry not found
+         in FINGER[] array for a character, fingering hint not
+         shown but program still functions. "Practice" now uses the
+         same RenderLetters() code as the Cascade and Comet Zap
+         activities.
+       - BlackOutLine() for single letters now uses 
+         TTF_RenderUNICODE_Blended() rather than
+         TTF_RenderGlyph_Blended() because the former version
+         renders all glyphs to a consistent baseline, simplifying
+         our code.
+
+26 Aug 2007
+[ David Bruce ]
+       - got rid of autogen.sh - autoreconf is recommended way to
+         do the same thing according to autotools folks.
+       - replaced acinclude.m4 with newer version to get rid of 
+         "underquoted AM_PATH_SDL" message.
+       - fixed bug causing crash on exit from cascade game do to 
+         double free of ptr.
+       - fixed bug with Espanol display of menus.
+       - added "static" keyword to file-scope variables.
+       - moved more of global variables to file or local scope.
+       - added hard-coded hack-work to LoadFont() to support
+         Rachana and Doulos as well as Andika in Debian.
+
+v 1.5.11
+19 Aug 2007
+[ David Bruce ]
+       - Further development of settings struct.
+       - Got rid of realPath[] - paths now part of settings struct.
+       - program now looks for a settings file under the theme dir
+         when a theme is selected, allowing themes to specify a 
+         preferred font (or other settings).
+       - Incorporated most of changes from TuxType-Indic branch.
+         Program will now require SDLPango (as well as pango itself
+         and glib) - for now, pango-related code #ifndef-ed out for
+         win32 until I figure out how to get Windows build to work.
+
+01 Aug 2007
+[ David Bruce ]
+       - Removed KEYMAP array - wasn't being used correctly anyway.
+       - Consolidated many global vars into settings struct.
+       - code cleanup.
+
+v 1.5.10 - 16 Jun 2007
+[ David Bruce ]
+       - Added ConvertUTF.c & .h from Unicode, Inc. to do UTF-8 to wcs
+         encoding conversion when glibc isn't present (i.e., in Windows
+         build). AFAICT, Windows build now handles UTF-8/Unicode properly,
+         or at least behaves the same as *nix build.
+       - Fixed Jamaican theme - words in list needed to be uppercase.
+       - Correct links in HowToTheme.html to current counterparts.
+
+15 Jun 2007
+[ David Bruce ]
+       - Comet Zap fixed to require player to type letters in proper
+         order - "shootable" flag added to comet type.
+       - More code cleanup - mostly adding checks to prevent dereferencing
+         of null or invalid pointers.
+
+07 Jun 2007
+[ David Bruce ]
+       - Code cleanup - funcs.h revised, unneeded "extern" keywords for
+         function prototypes removed, prototypes rearranged into alpha-
+         betical order
+       - All functions now have function prototypes, either in funcs.h or
+         local function prototypes with explicit static scope.
+       - const keyword added to pointer function args when appropriate,
+         usually char* args.
+       - Renaming of some functions and variables to make capitalization 
+         more internally consistent (e.g. ALLCAPS means constant or other
+         preprocessor macro, CamelCase means globally visible, while 
+         local_functions() use lowercase connected by underscores).
+
+29 May 2007
+[ David Bruce ]
+       - Fixed vertical alignment problem with certain non-US characters
+         such as "Å" by checking max_y of each glyph and adjusting
+         appropriately.
+       - Added Doulos font to svn to accomodate Russian, although no code
+         yet to use this font when it is needed.
+       - Added utility function to print keymap - it appears that the
+         existing keymap code is broken, as the KEYMAP[] array winds
+         up with KEYMAP[i] == i for all values no matter what the
+         keyboard.lst file says.
+
+24 May 2007
+[ David Bruce ]
+       - Additional work on UTF-8/Unicode issues - program now scans
+         word list to see what Unicode characters are needed instead
+         of automatically rendering everything from 0-255. It now
+         displays chars beyond this range (e.g. Russian/Cyrillic) as
+         long as the font contains the needed glyphs (which Andika 
+         does not, as of yet). Display "should" now work correctly
+         except for a cosmetic problem with vertical alignment, which
+         should be fixed soon. Files - alphabet.c, playgame.c, laser.c.
+       - Lowercase keystrokes for non-US characters converted to upper-
+         case, just like A-Z.  Not sure this addresses keyboard input
+         problems just yet.
+       - Changed font to Andika design review "G".
+
+v.1.5.9  07 May 2007
+
+[ David Bruce ]
+       - Overhauled internal handling of word lists to handle UTF-8
+         correctly. Now WORDS_use() converts the UTF-8 to wchar_t
+         (i.e. Unicode) arrays for internal handling. The letters for
+         the fish and comets are now generated by black_outline_wchar(),
+         which is a modification of black_outline() that uses
+         TTF_RenderGlyph() instead of TTF_RenderUTF8().  It now seems
+         to work correctly, but for now is limited to the 0-255 range.
+
+v.1.5.8  29 Apr 2007
+
+[ Karl Ove Hufthammer ]
+       - Converted all the translation to use the UTF-8 characters.
+       - Changed word files to UTF-8. 
+	   - Added improved French word files commited by the French
+	     Skolelinux/Debian-edu team during DevCamp in Soissons.
+	   - Added Brazilian Portuguese translation by
+	     Hudson Gonçalves Manieri Figueredo.
+
+[ David Bruce ]
+       - Changed TTF_RenderText to TTF_RenderUTF8 everywhere in 
+         playgame.c, mainly by removing ttf_letter() and using
+         black_outline() instead.
+       - Added some checks for null pointers to prevent segfaults.
+       - Changed backgrounds from png to jpg to save space.
+       - Removed other unused backgrounds
+         (now in people/dbruce/unused_images)
+
+[ David Bruce ] 21 Apr 2007
+       - (mostly) removed used of checkFile() as it doesn't work
+         reliably on Windows and isn't really necessary. 
+
+
+v.1.5.7
+
+[ David Bruce ]
+       - Changed font to Andika (hopefully will have this in Debian
+         and other OS in future so we don't have to bundle it
+         indefinitely)
+       - Fixed black_outline() to make it work more or less as was
+         intended, from what I can tell.
+
+v1.5.6	the "make it simply work, stupid" release (a pun on KISS)
+
+[ Holger Levsen ]
+       - tagged as release in svn
+       - brought back the tuxtype2 logo
+       - updated TODO and README
+       - reverted utf8-changes from r16-20, as utf8 support needs more code
+         changes
+       - workaround debian bug #374062
+       - remove funkbrt.it as its not used
+       - font-loading is still a ugly hack :-( but works on debian with
+         ttf-gentium, which requires a little code-change for a sarge backport
+       - macosx and windows version untested...
+
+v1.5.5   development version, not released (still font+sound issues)
+
+[ Calvin Arndt ]
+       - closing all the mem leaks I know of 
+       - remove redundant print_phrase()
+       - remove hard coded xy positions in print_at() (calculate wrapped y position)
+       - remove uneeded cast in Phrases()
+[ Holger Levsen ]
+       - renamed to tuxtype (from tuxtype2), also modified the logo :)
+       - Solving the sound file licence issues (removed one (tickle.wav, was
+         unused), updated README_SOUNDS.TXT - this is not finished yet!!!!
+       - removed all fonts. The font-handling is still a hack,
+         see loaders.c - it only uses fonts from ttf-freefont
+         and not yet from ttf-dejavu (for non-latini fonts) - and it only
+         works on Debian probably (fixed path, not suitable for Windows,
+         MacOS and probably other linux distributions)
+
+v1.5.4 - Added Norwegian Bokmål translation. Improved Norwegian
+         Nynorsk translation.
+
+v1.5.3 - Initial lesson code started. Changed Set Keyboard to
+	 be a project info page. Fixed CometZap random segfaults on
+	 versions of NT. Added scripting for lessons. Used scripting
+	 mimic old instructions for Fish Cascade. Replaced
+	 SDL_WM_ToggleFullScreen() in favor of a more portable 
+	 routine to accomplish window size toggling. F10 in menu
+	 toggles screen size. Added saving sound volumes and windows
+	 state in the config file. Tuxtype2 now remembers both!
+	 Added translations Euskara, Italian and Jamaican. Added
+	 code for a map and photo for each theme/translation.
+
+v1.5.1 - Changed to get word list name from first line of file.
+         More language fixes. Added spanish translation. Fix 
+	 typos in source. Build system fixes. Added spanish
+	 translation. New word files for nynorsk translation.
+	 Danish translation bug fixes and cleanup. Changed format
+	 of keyboard.lst file. Added mouse click selection in language
+	 screen. And much more. Enjoy!
+
+v1.5.0 - First release in almost a year!!!
+
+v.0.2 - First elliminated need for SDL_Plus (which was useless
+        anyway.)
+
+v.0.3 - FIRST WORKING VERSION OF KEYCASCADE! Works at all
+        difficulty settings and levels.
+
+v.0.4pre1 - KEYCASCADE cleaned up and tweaked (works quite well
+        asside from a /few/ minor quirks). Also added soundFX
+        and music as well as tutorial for KeyCascade.
+
+v.0.4pre2 - Fixed WaitFrame() usage (more coherent now)
+        Also ensured that frame rate can stay constant over
+        different speed systems, and added --speed option.
+
+v.0.4 - Switched from UpdateRect to SDL_Flip() on title screen to
+	try to ensure constant frame-rate on title screen across
+	platforms. Various bug-fixes. Added surface based cursor
+	to titlescreen to prevent cursor-loss on certain systems
+	(such as my laptop >:/ )
+	
+v.0.5pre1 - Begin work on WORDCASCADE: All screens found and added-
+	Added word loading option and words- levels cycle- not
+	yet playable. Also fixed permissions on "missing" as well
+	as added the special hidden option (see readme in image dir).
+	
+v.0.5pre2 - WORDCASCADE now works. May need minor tweaking as time
+  goes by... but I will deal with that eventuality when it occurs.
+
+v.0.5 - Work on docs, small bugfixes for release.
+
+v.0.5-2 - Second 0.5 release. Fixed embarrasing word file location
+	problem!!!
+	
+v.0.6 - Many Mandrake 7.2 fixes. "Free Typing" added. Various code
+	clean-up and bugfixes.
+	
+v.0.7pre1 - Fixed sound bug:
+  (http://sourceforge.net/bugs/?func=detailbug&bug_id=131474&group_id=12715)
+  as well as first BeOS port.
+
+v.0.7 - Major code cleanup. /Probably/ fixed the clipping bug.
+
+v.0.8pre1 - Began work on the Word Cascade Tutorial. Patch to fix some
+        menu glitches.
+
+v.0.8 - Fixed SDL_Flip(..) related bugg in title screen:
+   (http://sourceforge.net/tracker/index.php?func=detail&aid=421508&group_id=12715&atid=112715)
+   as well as minor code clean-up and finish word cascade tutorial.
+
+v.0.9pre1 - Fixed GIF->PNG bug as well as "yellow outline" in gameplay
+   bug (thx to Rich Bellamy <bellamrm at clarkson.edu>)
+
+v.0.9pre2 - Fixed many of the troubles causing the tutorial screen
+   crashes:
+   (http://sourceforge.net/tracker/index.php?func=detail&aid=414339&group_id=12715&atid=112715)
+
+v.0.9pre3 - Added code from Olivier Dagenais <olivier_dagenais at canada.com>
+   which allows for compilation under Win32 using MS VisualC++. Also
+   fixed Kdevelop/SDL integration issues which prevents Tux Typing from
+   compiling on other OSes.
+
+v.0.9 - Fixed the tutorial screen crashing bug. Also removed double buffering
+   support temporarily to resolve the issue later.
+
+v.0.9-1 - Added keyboard support on main menu.
+
+v.1.0pre1 - Added Theming/Alt-Language support (preliminary). Fixed rect clipping
+    blit problem and added option for alpha blitting to emphasize slow falling words.
+    Other misc bugfixes and cleanup. Began transition to KDevelop 1.4 env and
+    future repair of build process.
+
+v.1.0 - Tweaked gameplay speed. Tweaked menu speed. Changed free typing from
+    hard defaults to easy defaults. Fixed word cascade bug:
+    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=104456&repeatmerged=yes
+
+v1.0.1 - Build process bugfix.

Added: tuxtype/branches/tuxtype-reorg/doc/INSTALL
===================================================================
--- tuxtype/branches/tuxtype-reorg/doc/INSTALL	                        (rev 0)
+++ tuxtype/branches/tuxtype-reorg/doc/INSTALL	2008-03-25 19:57:12 UTC (rev 440)
@@ -0,0 +1,206 @@
+Quick Installation
+==================
+
+ Tuxtype should compile out of the box if you have a sane tool chain
+ and the following SDL libraries:
+ 
+ SDL-1.2.5            http://www.libsdl.org
+ SDL_image-1.2.3      http://www.libsdl.org/projects/SDL_image
+ SDL_mixer-1.2.5      http://www.libsdl.org/projects/SDL_mixer
+ SDL_ttf-2.0.5        http://www.libsdl.org/projects/SDL_ttf
+
+Notes:
+freetype2 is required for SDL_ttf
+SDL_2.0.6 is known not to compile on RH9
+
+For most people using Linux
+
+./configure --prefix=[your prefix here]
+make
+make install
+
+if you run into problems rerun:
+
+autoreconf --install
+
+We want this to work for everybody, everywhere, if it doesn't
+work for you please contact calarndt at tux4kids.org
+
+While I've made every attempt to get build system right,
+I am an autoconf/automake newbie. If you encounter issues
+please feel free to contact me directly at:
+
+Calvin Arndt <calarndt at tux4kids.net>
+
+
+
+Basic Installation
+==================
+
+   These are generic installation instructions.
+
+   The `configure' shell script attempts to guess correct values for
+various system-dependent variables used during compilation.  It uses
+those values to create a `Makefile' in each directory of the package.
+It may also create one or more `.h' files containing system-dependent
+definitions.  Finally, it creates a shell script `config.status' that
+you can run in the future to recreate the current configuration, a file
+`config.cache' that saves the results of its tests to speed up
+reconfiguring, and a file `config.log' containing compiler output
+(useful mainly for debugging `configure').
+
+   If you need to do unusual things to compile the package, please try
+to figure out how `configure' could check whether to do them, and mail
+diffs or instructions to the address given in the `README' so they can
+be considered for the next release.  If at some point `config.cache'
+contains results you don't want to keep, you may remove or edit it.
+
+   The file `configure.ac' is used to create `configure' by a program
+called `autoconf'.  You only need `configure.ac' if you want to change
+it or regenerate `configure' using a newer version of `autoconf'.
+
+The simplest way to compile this package is:
+
+  1. `cd' to the directory containing the package's source code and type
+     `./configure' to configure the package for your system.  If you're
+     using `csh' on an old version of System V, you might need to type
+     `sh ./configure' instead to prevent `csh' from trying to execute
+     `configure' itself.
+
+     Running `configure' takes a while.  While running, it prints some
+     messages telling which features it is checking for.
+
+  2. Type `make' to compile the package.
+
+  3. Type `make install' to install the programs and any data files and
+     documentation.
+
+  4. You can remove the program binaries and object files from the
+     source code directory by typing `make clean'.
+
+  5. You can uninstall the program by typing `make uninstall' (trust me
+     this really does work ;)
+
+Compilers and Options
+=====================
+
+   Some systems require unusual options for compilation or linking that
+the `configure' script does not know about.  You can give `configure'
+initial values for variables by setting them in the environment.  Using
+a Bourne-compatible shell, you can do that on the command line like
+this:
+     CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
+
+Or on systems that have the `env' program, you can do it like this:
+     env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
+
+Compiling For Multiple Architectures
+====================================
+
+   You can compile the package for more than one kind of computer at the
+same time, by placing the object files for each architecture in their
+own directory.  To do this, you must use a version of `make' that
+supports the `VPATH' variable, such as GNU `make'.  `cd' to the
+directory where you want the object files and executables to go and run
+the `configure' script.  `configure' automatically checks for the
+source code in the directory that `configure' is in and in `..'.
+
+   If you have to use a `make' that does not supports the `VPATH'
+variable, you have to compile the package for one architecture at a time
+in the source code directory.  After you have installed the package for
+one architecture, use `make distclean' before reconfiguring for another
+architecture.
+
+Installation Names
+==================
+
+   By default, `make install' will install the package's files in
+`/usr/local/bin', `/usr/local/man', etc.  You can specify an
+installation prefix other than `/usr/local' by giving `configure' the
+option `--prefix=PATH'.
+
+   You can specify separate installation prefixes for
+architecture-specific files and architecture-independent files.  If you
+give `configure' the option `--exec-prefix=PATH', the package will use
+PATH as the prefix for installing programs and libraries.
+Documentation and other data files will still use the regular prefix.
+
+   If the package supports it, you can cause programs to be installed
+with an extra prefix or suffix on their names by giving `configure' the
+option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
+
+Optional Features
+=================
+
+   Some packages pay attention to `--enable-FEATURE' options to
+`configure', where FEATURE indicates an optional part of the package.
+They may also pay attention to `--with-PACKAGE' options, where PACKAGE
+is something like `gnu-as' or `x' (for the X Window System).  The
+`README' should mention any `--enable-' and `--with-' options that the
+package recognizes.
+
+   For packages that use the X Window System, `configure' can usually
+find the X include and library files automatically, but if it doesn't,
+you can use the `configure' options `--x-includes=DIR' and
+`--x-libraries=DIR' to specify their locations.
+
+Specifying the System Type
+==========================
+
+   There may be some features `configure' can not figure out
+automatically, but needs to determine by the type of host the package
+will run on.  Usually `configure' can figure that out, but if it prints
+a message saying it can not guess the host type, give it the
+`--host=TYPE' option.  TYPE can either be a short name for the system
+type, such as `sun4', or a canonical name with three fields:
+     CPU-COMPANY-SYSTEM
+
+See the file `config.sub' for the possible values of each field.  If
+`config.sub' isn't included in this package, then this package doesn't
+need to know the host type.
+
+   If you are building compiler tools for cross-compiling, you can also
+use the `--target=TYPE' option to select the type of system they will
+produce code for and the `--build=TYPE' option to select the type of
+system on which you are compiling the package.
+
+Sharing Defaults
+================
+
+   If you want to set default values for `configure' scripts to share,
+you can create a site shell script called `config.site' that gives
+default values for variables like `CC', `cache_file', and `prefix'.
+`configure' looks for `PREFIX/share/config.site' if it exists, then
+`PREFIX/etc/config.site' if it exists.  Or, you can set the
+`CONFIG_SITE' environment variable to the location of the site script.
+A warning: not all `configure' scripts look for a site script.
+
+Operation Controls
+==================
+
+   `configure' recognizes the following options to control how it
+operates.
+
+`--cache-file=FILE'
+     Use and save the results of the tests in FILE instead of
+     `./config.cache'.  Set FILE to `/dev/null' to disable caching, for
+     debugging `configure'.
+
+`--help'
+     Print a summary of the options to `configure', and exit.
+
+`--quiet'
+`--silent'
+`-q'
+     Do not print messages saying which checks are being made.
+
+`--srcdir=DIR'
+     Look for the package's source code in directory DIR.  Usually
+     `configure' can determine that directory automatically.
+
+`--version'
+     Print the version of Autoconf used to generate the `configure'
+     script, and exit.
+
+`configure' also accepts some other, not widely useful, options.
+

Added: tuxtype/branches/tuxtype-reorg/doc/INSTALL-Win32
===================================================================
--- tuxtype/branches/tuxtype-reorg/doc/INSTALL-Win32	                        (rev 0)
+++ tuxtype/branches/tuxtype-reorg/doc/INSTALL-Win32	2008-03-25 19:57:12 UTC (rev 440)
@@ -0,0 +1,34 @@
+Tux Typing for Windows
+----------------------
+
+Updated Aug 25 2007
+
+2006-present Lead Developer:
+	David Bruce <dbruce at tampabay.rr.com>
+
+Previous Project Manager:
+	Sam Hart <hart at geekcomix.com>
+Developers:
+	Jacob Greig <bombastic at firstlinux.net>
+	Jesse Andrews <jdandr2 at sheffield.cslab.uky.edu>
+Original Windows Port by:
+	Olivier Dagenais <olivier_dagenais at canada.com>
+Windows Crossbuild by
+	David Bruce <dbruce at tampabay.rr.com>
+	(based on TuxMath Windows crossbuild by Yves Combe)
+
+To install the binary package for Tux Typing for Windows:
+
+1. Run the nsis installer file (e.g. tuxtype-1.5.11-win32-installer.exe)
+2. Click to accept the terms of the GPL
+3. Click OK to install in default path (C:\Program Files\TuxType) or
+select alternate location (perhaps if you are logged in as a user
+without privileges to write to C:\Program Files).
+4. The installer will create menu entries and a desktop icon for Tux
+Typing if permissions allow.
+
+Please read the COPYING.TXT file for the copyright for Tux Typing,
+and read the SDL-COPYING.TXT file for the copyright information for
+SDL. Basically, this software is open-source and free-software.
+
+Enjoy!

Added: tuxtype/branches/tuxtype-reorg/doc/Makefile.am
===================================================================
--- tuxtype/branches/tuxtype-reorg/doc/Makefile.am	                        (rev 0)
+++ tuxtype/branches/tuxtype-reorg/doc/Makefile.am	2008-03-25 19:57:12 UTC (rev 440)
@@ -0,0 +1,11 @@
+## Makefile.am for tuxtype docs:
+## Process with AutoMake:
+
+dist_doc_DATA = AUTHORS \
+  COPYING \
+  ChangeLog \
+  INSTALL \
+  OFL \
+  README \
+  TODO
+ 

Added: tuxtype/branches/tuxtype-reorg/doc/Makefile.in
===================================================================
--- tuxtype/branches/tuxtype-reorg/doc/Makefile.in	                        (rev 0)
+++ tuxtype/branches/tuxtype-reorg/doc/Makefile.in	2008-03-25 19:57:12 UTC (rev 440)
@@ -0,0 +1,353 @@
+# Makefile.in generated by automake 1.10 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+ at SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+target_triplet = @target@
+subdir = doc
+DIST_COMMON = README $(dist_doc_DATA) $(srcdir)/Makefile.am \
+	$(srcdir)/Makefile.in AUTHORS COPYING ChangeLog INSTALL TODO
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(docdir)"
+dist_docDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(dist_doc_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+NSIS = @NSIS@
+NSI_DLL_DIR = @NSI_DLL_DIR@
+NSI_INSTALL_DIR = @NSI_INSTALL_DIR@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+SDL_CFLAGS = @SDL_CFLAGS@
+SDL_CONFIG = @SDL_CONFIG@
+SDL_LIBS = @SDL_LIBS@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+WINDRES = @WINDRES@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target = @target@
+target_alias = @target_alias@
+target_cpu = @target_cpu@
+target_os = @target_os@
+target_vendor = @target_vendor@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+dist_doc_DATA = AUTHORS \
+  COPYING \
+  ChangeLog \
+  INSTALL \
+  OFL \
+  README \
+  TODO
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --foreign  doc/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+install-dist_docDATA: $(dist_doc_DATA)
+	@$(NORMAL_INSTALL)
+	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
+	@list='$(dist_doc_DATA)'; for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  f=$(am__strip_dir) \
+	  echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
+	  $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
+	done
+
+uninstall-dist_docDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(dist_doc_DATA)'; for p in $$list; do \
+	  f=$(am__strip_dir) \
+	  echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
+	  rm -f "$(DESTDIR)$(docdir)/$$f"; \
+	done
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	  else \
+	    test -f $(distdir)/$$file \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
+	  fi; \
+	done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+	for dir in "$(DESTDIR)$(docdir)"; do \
+	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+	done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic mostlyclean-am
+
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+info: info-am
+
+info-am:
+
+install-data-am: install-dist_docDATA
+
+install-dvi: install-dvi-am
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-info: install-info-am
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-ps: install-ps-am
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-dist_docDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic distclean \
+	distclean-generic distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am \
+	install-dist_docDATA install-dvi install-dvi-am install-exec \
+	install-exec-am install-html install-html-am install-info \
+	install-info-am install-man install-pdf install-pdf-am \
+	install-ps install-ps-am install-strip installcheck \
+	installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
+	pdf-am ps ps-am uninstall uninstall-am uninstall-dist_docDATA
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:

Added: tuxtype/branches/tuxtype-reorg/doc/OFL
===================================================================
--- tuxtype/branches/tuxtype-reorg/doc/OFL	                        (rev 0)
+++ tuxtype/branches/tuxtype-reorg/doc/OFL	2008-03-25 19:57:12 UTC (rev 440)
@@ -0,0 +1,97 @@
+Copyright (c) <dates>, <Copyright Holder> (<URL|email>),
+with Reserved Font Name <Reserved Font Name>.
+Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>),
+with Reserved Font Name <additional Reserved Font Name>.
+Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>).
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded, 
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.

Added: tuxtype/branches/tuxtype-reorg/doc/README
===================================================================
--- tuxtype/branches/tuxtype-reorg/doc/README	                        (rev 0)
+++ tuxtype/branches/tuxtype-reorg/doc/README	2008-03-25 19:57:12 UTC (rev 440)
@@ -0,0 +1,44 @@
+Tux Typing:
+An Educational Typing Tutor Game Starring Tux, the Linux Penguin
+----------------------------------------------------------------
+
+(To install the game on your system, please read the INSTALL file.)
+
+    If you are interested in Translation/moving this game to another 
+    language, please send a mail to David Bruce <dbruce at tampabay.rr.com>, 
+    Holger Levsen <debian at layer-acht.org>,  or to:
+
+    <tux4kids-tuxtype-dev at lists.alioth.debian.org>
+
+    Additional information on this subject is covered in "HowToTheme.html"
+    in the "docs" directory of this package.
+
+This is version 1.5.15 of Tux Typing.
+
+In Fish Cascade you control Tux as he searches for fish to eat. Fish fall
+from the top of the screen. These fish have letters on them.  Unforunately
+for Tux, eating a fish with a letter on it will cause his stomach to
+become ill, so it is up to you to help Tux eat fish!  By typing the
+letters, it will cause them to disappear so tux can chow down on the 
+fish.
+
+In Comet Zap you control Tux as he defends the cities from comets.  To
+protect a city from a comet, type the letter on the comet and it will
+cause Tux to destroy it with a laser! (In case you wondered, Comet Zap
+is an adaptation of the *great* math drill game, "Tux, of Math Command").
+
+"Lessons" and "Practice" are additional typing activities that we have
+not yet completed. You will find other menu entries for planned features
+that still need to be implemented.
+
+Tux Typing is Free-Software, distributable under the GNU General Public
+License. Please read COPYING for more info.
+
+Also, for those who may or may not be wondering: Yes, the rumors are
+true.... Tux Typing has a few special `hidden' options. See if you can 
+figure out what it is... ;)
+
+Enjoy!
+
+-Jesse Andrews -- jdandr2 at uky.edu
+ http://tux4kids.net/~jdandr2

Added: tuxtype/branches/tuxtype-reorg/doc/TODO
===================================================================
--- tuxtype/branches/tuxtype-reorg/doc/TODO	                        (rev 0)
+++ tuxtype/branches/tuxtype-reorg/doc/TODO	2008-03-25 19:57:12 UTC (rev 440)
@@ -0,0 +1,109 @@
+-Clean up this TODO and reflect the current status!
+
+-Replace the five remaining files which are non-free accoring to 
+ Debians Free Software Guidelines with free ones. click.wav and
+ kmus(1-4).wav are only free for non-commercial use.
+
+-check that SVN is free of generated files. create release-script, 
+  keep release tarballs (after augen.sh is run) in SVN?
+
+-Test it under MacOSX and windows
+
+-make the code use UTF8 internally
+
+-fix the font handling issues
+
+-Clean up code! (Someone beat it severely with the "oogly stick"!)
+
+  o  SOUND: I think the way laser.c handles sound playing should
+     be adopted by the rest of the app (via a function so we don't have
+     all these "if (sys_sound)" all over the place
+
+     ---  MAKE THE RUN SOUND NOT HAPPEN IF IT DOESN'T NEED TO!!!
+          & STOP IT ONCE IT IS DONE!
+
+  o  COMET ZAP: clean up the way text is generated...  right now
+     it is being generated every time! -- plus maybe switch to the
+     AA text
+
+     --- idea: once the player gets "done" with a wave, they can
+               continue playing on the wave until they are ready 
+	       to move on.  They do so by hitting a key 
+	       (ENTER/SPACE ??) which causes TUX to destroy all
+	       comets at once!
+ 
+  o  OBJECTs: ClearObject, EraseObject, ...  needs to be reworked.
+     while these are "objects", I think we should retitle these
+     sprites, as clearobject, eraseobject does not do what one
+     might think (removing from memory)...  Plus we can probably
+     simplify the "realeraseobject" vs. "eraseobject"
+
+  o  LOCALE: gettext & locales...  enough said
+
+  o  MAKE STUFF: Cal is working on it for *nix.  We need to make
+     sure we can build for others (win, mac).
+
+  o  THEMES: after gettext is set up, a way to specify font,
+     fontsize, and other graphical options for the theme...
+     (on top of the already supported images)
+
+     --- Currently when we are loading a image, it will first
+         search through all the theme paths, and then it will
+         search through all the default paths, which is nice
+         except when the theme has "icons" for the menu.  Then
+         the program will try to load as many icons and since
+         a theme may use fewer images than the default images,
+         the theme will have EXTRA frames that shouldn't be 
+         included!
+
+  o  INPUT: can TT2 determine if the user presses "fancy" latin
+     characters such as n~, ...  I don't know...  a way to test
+     exists now though :)
+
+  o  TRANSLATION: once we have gettext working, TT2 will be less
+     of a moving target for translators...
+
+  o  Tux Recommend: add tux giving friendly reminders about proper
+     hand location, erogomics, ...
+
+
+
+The following is a mail with a list of ideas, this is not really a todo (yet).
+
+From: Steve McCuen <smccuen.tux at gmail.com>
+To: tuxmath-devel at lists.sourceforge.net
+Date: Wed, 16 May 2007 20:25:15 -0700
+Message-Id: <1179372315.31920.15.camel at mccuen01.mccuenlabs.net>
+Subject: [Tuxmath-devel] tuxtype: feature request list, for comment
+
+This is the list of requests that came from students using tuxtype.  In
+looking at the list, some are very possible to do.
+
+* More kinds of games
+        * Some suggested maybe a racing game
+        * Some suggested pinball typing the right letters would make the
+flippers work
+        * Space wars, and battle games with space ships
+* Different background music
+* Different colors
+* Different backgrounds
+* Practice typing letter groups (finger exercises like Mavis)
+* In fish arcade, when you type the letter it highlights in Red, which
+is hard to see.
+* Too much repetition within the games there are
+* More short words, and generally more variety in words and letters
+* High score list
+* More diversity in difficulty, not just speeding up
+* Bonus points, and get more weapons, and rebuild cities
+* More then just comets that come down
+* Younger grades suggested the following:
+        * Fish Cascade to go slower
+        * Say the letter as they come down
+        * Not only saying the words, make the words tell a story
+        * Stops when you miss a letter and gives you a chance to get it right.
+* More levels in Fish Cascade and Comet Zap
+* Ability to choose whether one comet will destroy a city, or several
+* Levels to be longer and harder before switching
+* In Space Cadet, get points for hitting target, and takes away if you
+miss, and if a city is destroyed it doesn't take away points.
+* More shields

Modified: tuxtype/branches/tuxtype-reorg/tuxtype/Makefile.am
===================================================================
--- tuxtype/branches/tuxtype-reorg/tuxtype/Makefile.am	2008-03-25 16:39:28 UTC (rev 439)
+++ tuxtype/branches/tuxtype-reorg/tuxtype/Makefile.am	2008-03-25 19:57:12 UTC (rev 440)
@@ -1,55 +0,0 @@
-
-bin_PROGRAMS = tuxtype
-
-tuxtype_SOURCES = 	\
-	playgame.c	\
-	main.c		\
-	titlescreen.c	\
-	loaders.c	\
-	setup.c		\
-	laser.c		\
-	alphabet.c	\
-	theme.c		\
-	practice.c	\
-	audio.c		\
-	gettext.c	\
-	snow.c		\
-	scripting.c	\
-	scripting.h	\
-	pause.c		\
-	ConvertUTF.c	\
-	options.c
-
-SUBDIRS = 		\
-	data		\
-	docs		
-
-EXTRA_DIST = 		\
-	Makefile.ja 	\
-	setup.c 	\
-	main.c 		\
-	loaders.c 	\
-	titlescreen.c 	\
-	titlescreen.h 	\
-	playgame.c 	\
-	playgame.h 	\
-	laser.c 	\
-	laser.h		\
-	globals.h 	\
-	funcs.h 	\
-	alphabet.c	\
-	theme.c		\
-	practice.c	\
-	audio.c		\
-	gettext.c	\
-	scripting.c	\
-	scripting.h	\
-	snow.c		\
-	snow.h		\
-	pause.c		\
-	ConvertUTF.c	\
-	ConvertUTF.h	\
-	options.c
-
-
-

Modified: tuxtype/branches/tuxtype-reorg/tuxtype/Makefile.in
===================================================================
--- tuxtype/branches/tuxtype-reorg/tuxtype/Makefile.in	2008-03-25 16:39:28 UTC (rev 439)
+++ tuxtype/branches/tuxtype-reorg/tuxtype/Makefile.in	2008-03-25 19:57:12 UTC (rev 440)
@@ -13,7 +13,6 @@
 # PARTICULAR PURPOSE.
 
 @SET_MAKE@
-
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
@@ -33,7 +32,6 @@
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
-bin_PROGRAMS = tuxtype$(EXEEXT)
 subdir = tuxtype
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -44,38 +42,8 @@
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)"
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
-PROGRAMS = $(bin_PROGRAMS)
-am_tuxtype_OBJECTS = playgame.$(OBJEXT) main.$(OBJEXT) \
-	titlescreen.$(OBJEXT) loaders.$(OBJEXT) setup.$(OBJEXT) \
-	laser.$(OBJEXT) alphabet.$(OBJEXT) theme.$(OBJEXT) \
-	practice.$(OBJEXT) audio.$(OBJEXT) gettext.$(OBJEXT) \
-	snow.$(OBJEXT) scripting.$(OBJEXT) pause.$(OBJEXT) \
-	ConvertUTF.$(OBJEXT) options.$(OBJEXT)
-tuxtype_OBJECTS = $(am_tuxtype_OBJECTS)
-tuxtype_LDADD = $(LDADD)
-DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(tuxtype_SOURCES)
-DIST_SOURCES = $(tuxtype_SOURCES)
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-	html-recursive info-recursive install-data-recursive \
-	install-dvi-recursive install-exec-recursive \
-	install-html-recursive install-info-recursive \
-	install-pdf-recursive install-ps-recursive install-recursive \
-	installcheck-recursive installdirs-recursive pdf-recursive \
-	ps-recursive uninstall-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
+SOURCES =
+DIST_SOURCES =
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@
@@ -181,60 +149,9 @@
 target_vendor = @target_vendor@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-tuxtype_SOURCES = \
-	playgame.c	\
-	main.c		\
-	titlescreen.c	\
-	loaders.c	\
-	setup.c		\
-	laser.c		\
-	alphabet.c	\
-	theme.c		\
-	practice.c	\
-	audio.c		\
-	gettext.c	\
-	snow.c		\
-	scripting.c	\
-	scripting.h	\
-	pause.c		\
-	ConvertUTF.c	\
-	options.c
+all: all-am
 
-SUBDIRS = \
-	data		\
-	docs		
-
-EXTRA_DIST = \
-	Makefile.ja 	\
-	setup.c 	\
-	main.c 		\
-	loaders.c 	\
-	titlescreen.c 	\
-	titlescreen.h 	\
-	playgame.c 	\
-	playgame.h 	\
-	laser.c 	\
-	laser.h		\
-	globals.h 	\
-	funcs.h 	\
-	alphabet.c	\
-	theme.c		\
-	practice.c	\
-	audio.c		\
-	gettext.c	\
-	scripting.c	\
-	scripting.h	\
-	snow.c		\
-	snow.h		\
-	pause.c		\
-	ConvertUTF.c	\
-	ConvertUTF.h	\
-	options.c
-
-all: all-recursive
-
 .SUFFIXES:
-.SUFFIXES: .c .o .obj
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 	@for dep in $?; do \
 	  case '$(am__configure_deps)' in \
@@ -264,201 +181,13 @@
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-install-binPROGRAMS: $(bin_PROGRAMS)
-	@$(NORMAL_INSTALL)
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
-	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
-	  if test -f $$p \
-	  ; then \
-	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
-	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
-	  else :; fi; \
-	done
-
-uninstall-binPROGRAMS:
-	@$(NORMAL_UNINSTALL)
-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
-	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
-	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
-	done
-
-clean-binPROGRAMS:
-	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-tuxtype$(EXEEXT): $(tuxtype_OBJECTS) $(tuxtype_DEPENDENCIES) 
-	@rm -f tuxtype$(EXEEXT)
-	$(LINK) $(tuxtype_OBJECTS) $(tuxtype_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ConvertUTF.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/alphabet.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gettext.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/laser.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/loaders.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/options.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/pause.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/playgame.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/practice.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/scripting.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/setup.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/snow.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/theme.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/titlescreen.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(COMPILE) -c $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run `make' without going through this Makefile.
-# To change the values of `make' variables: instead of editing Makefiles,
-# (1) if the variable is set in `config.status', edit `config.status'
-#     (which will cause the Makefiles to be regenerated when you run `make');
-# (2) otherwise, pass the desired values on the `make' command line.
-$(RECURSIVE_TARGETS):
-	@failcom='exit 1'; \
-	for f in x $$MAKEFLAGS; do \
-	  case $$f in \
-	    *=* | --[!k]*);; \
-	    *k*) failcom='fail=yes';; \
-	  esac; \
-	done; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-$(RECURSIVE_CLEAN_TARGETS):
-	@failcom='exit 1'; \
-	for f in x $$MAKEFLAGS; do \
-	  case $$f in \
-	    *=* | --[!k]*);; \
-	    *k*) failcom='fail=yes';; \
-	  esac; \
-	done; \
-	dot_seen=no; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	rev=''; for subdir in $$list; do \
-	  if test "$$subdir" = "."; then :; else \
-	    rev="$$subdir $$rev"; \
-	  fi; \
-	done; \
-	rev="$$rev ."; \
-	target=`echo $@ | sed s/-recursive//`; \
-	for subdir in $$rev; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done && test -z "$$fail"
-tags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
-	done
-ctags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
-	done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
-	mkid -fID $$unique
 tags: TAGS
+TAGS:
 
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	tags=; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
-	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	    $$tags $$unique; \
-	fi
 ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	tags=; \
-	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
-	test -z "$(CTAGS_ARGS)$$tags$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$tags $$unique
+CTAGS:
 
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && cd $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) $$here
 
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
 distdir: $(DISTFILES)
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -485,40 +214,19 @@
 	    || exit 1; \
 	  fi; \
 	done
-	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test -d "$(distdir)/$$subdir" \
-	    || $(MKDIR_P) "$(distdir)/$$subdir" \
-	    || exit 1; \
-	    distdir=`$(am__cd) $(distdir) && pwd`; \
-	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
-	    (cd $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$top_distdir" \
-	        distdir="$$distdir/$$subdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
 check-am: all-am
-check: check-recursive
-all-am: Makefile $(PROGRAMS)
-installdirs: installdirs-recursive
-installdirs-am:
-	for dir in "$(DESTDIR)$(bindir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
+check: check-am
+all-am: Makefile
+installdirs:
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
-installcheck: installcheck-recursive
+installcheck: installcheck-am
 install-strip:
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
@@ -534,80 +242,71 @@
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
 	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
+clean: clean-am
 
-clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
+clean-am: clean-generic mostlyclean-am
 
-distclean: distclean-recursive
-	-rm -rf ./$(DEPDIR)
+distclean: distclean-am
 	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
+distclean-am: clean-am distclean-generic
 
-dvi: dvi-recursive
+dvi: dvi-am
 
 dvi-am:
 
-html: html-recursive
+html: html-am
 
-info: info-recursive
+info: info-am
 
 info-am:
 
 install-data-am:
 
-install-dvi: install-dvi-recursive
+install-dvi: install-dvi-am
 
-install-exec-am: install-binPROGRAMS
+install-exec-am:
 
-install-html: install-html-recursive
+install-html: install-html-am
 
-install-info: install-info-recursive
+install-info: install-info-am
 
 install-man:
 
-install-pdf: install-pdf-recursive
+install-pdf: install-pdf-am
 
-install-ps: install-ps-recursive
+install-ps: install-ps-am
 
 installcheck-am:
 
-maintainer-clean: maintainer-clean-recursive
-	-rm -rf ./$(DEPDIR)
+maintainer-clean: maintainer-clean-am
 	-rm -f Makefile
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
-mostlyclean: mostlyclean-recursive
+mostlyclean: mostlyclean-am
 
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
+mostlyclean-am: mostlyclean-generic
 
-pdf: pdf-recursive
+pdf: pdf-am
 
 pdf-am:
 
-ps: ps-recursive
+ps: ps-am
 
 ps-am:
 
-uninstall-am: uninstall-binPROGRAMS
+uninstall-am:
 
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
-	install-strip
+.MAKE: install-am install-strip
 
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
-	all all-am check check-am clean clean-binPROGRAMS \
-	clean-generic ctags ctags-recursive distclean \
-	distclean-compile distclean-generic distclean-tags distdir dvi \
-	dvi-am html html-am info info-am install install-am \
-	install-binPROGRAMS install-data install-data-am install-dvi \
+.PHONY: all all-am check check-am clean clean-generic distclean \
+	distclean-generic distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-dvi \
 	install-dvi-am install-exec install-exec-am install-html \
 	install-html-am install-info install-info-am install-man \
 	install-pdf install-pdf-am install-ps install-ps-am \
 	install-strip installcheck installcheck-am installdirs \
-	installdirs-am maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
-	ps ps-am tags tags-recursive uninstall uninstall-am \
-	uninstall-binPROGRAMS
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.




More information about the Tux4kids-commits mailing list