From 598f322055eaeb8efd77f6a1e6c80718be0e2da5 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sun, 17 Apr 2005 23:30:40 +0000 Subject: Yves added a new board called bargame. The manual is: Put balls in the holes. You win if the computer play the last one. If you want Tux to begin, just click on him. Bruno Created the background image, Yves did the rest of the game. Serveral changes in the computer menu. Now there is a submenu for the mouse activity. I redid the erase activity icons to be more precse. The mouse comes from openclipart. I redid the tux teacher image as found in bargame and connect4 Some minor fixes for win32 compilation log format is now generic and does not need to be localised. --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6a33b3b..d439c42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,12 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = po src docs boards +if TEXINFO +DOCS_SUBDIR=docs +else +DOCS_SUBDIR= +endif + +SUBDIRS = po src boards $(DOCS_SUBDIR) icondir=$(datadir)/pixmaps icon_DATA = gcompris.png gcompris-edit.png -- cgit v0.9.1