gnome-games-deprecated r740 - in trunk: . xbill



Author: chpe
Date: Thu Oct 30 14:37:27 2008
New Revision: 740
URL: http://svn.gnome.org/viewvc/gnome-games-deprecated?rev=740&view=rev

Log:
Make clean works again now.

Removed:
   trunk/sgmldocs.make
Modified:
   trunk/Makefile.am
   trunk/autogen.sh
   trunk/configure.in
   trunk/xbill/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Thu Oct 30 14:37:27 2008
@@ -3,11 +3,12 @@
 EXTRA_DIST = \
 	autogen.sh	\
 	COPYING-DOCS	\
-	sgmldocs.make	\
-	game-docs.make	\
 	MAINTAINERS	\
 	HACKING
 
+#	sgmldocs.make
+#	game-docs.make
+
 DISTCHECK_CONFIGURE_FLAGS = \
         --disable-schemas-install \
         --disable-scrollkeeper

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Thu Oct 30 14:37:27 2008
@@ -14,4 +14,6 @@
     exit 1
 }
 
-REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh
+#USE_COMMON_DOC_BUILD=yes
+REQUIRED_AUTOMAKE_VERSION=1.9 
+. gnome-autogen.sh

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Oct 30 14:37:27 2008
@@ -61,17 +61,17 @@
 AC_CONFIG_FILES([
 Makefile
 po/Makefile.in
-scottfree/Makefile
 gturing/Makefile
+scottfree/Makefile
+xbill/cursors/Makefile
 xbill/Makefile
 xbill/pixmaps/Makefile
-xbill/cursors/Makefile
 ])
 
-#gturing/help/Makefile
 #gturing/help/C/Makefile
 #gturing/help/it/Makefile
-#xbill/help/Makefile
+#gturing/help/Makefile
 #xbill/help/C/Makefile
+#xbill/help/Makefile
 
 AC_OUTPUT

Modified: trunk/xbill/Makefile.am
==============================================================================
--- trunk/xbill/Makefile.am	(original)
+++ trunk/xbill/Makefile.am	Thu Oct 30 14:37:27 2008
@@ -1,6 +1,7 @@
 ## Process this file with automake to produce Makefile.in.
 
-SUBDIRS = pixmaps cursors help
+SUBDIRS = pixmaps cursors
+# SUBDIRS += help
 
 # This is where the high score file goes ...
 scoredir = $(localstatedir)/games



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