Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2005:
[Freeciv-Dev] (PR#12092) effects.ruleset files aren't distributed
Home

[Freeciv-Dev] (PR#12092) effects.ruleset files aren't distributed

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: matte@xxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#12092) effects.ruleset files aren't distributed
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 3 Feb 2005 13:00:07 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12092 >

Thanks for the report.  This should be fixed by tomorrow.

-jason

? newgrid.fig
? newgrid.png
? doc/isogrid.fig
Index: data/civ1/Makefile.am
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/civ1/Makefile.am,v
retrieving revision 1.5
diff -u -r1.5 Makefile.am
--- data/civ1/Makefile.am       9 Jul 2000 20:35:54 -0000       1.5
+++ data/civ1/Makefile.am       3 Feb 2005 20:56:37 -0000
@@ -5,6 +5,7 @@
 
 pkgdata_DATA =          \
        buildings.ruleset \
+       effects.ruleset \
        game.ruleset    \
        governments.ruleset \
        nations.ruleset \
Index: data/civ2/Makefile.am
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/civ2/Makefile.am,v
retrieving revision 1.4
diff -u -r1.4 Makefile.am
--- data/civ2/Makefile.am       9 Jul 2000 20:35:54 -0000       1.4
+++ data/civ2/Makefile.am       3 Feb 2005 20:56:37 -0000
@@ -5,6 +5,7 @@
 
 pkgdata_DATA =          \
        buildings.ruleset \
+       effects.ruleset \
        game.ruleset    \
        governments.ruleset \
        techs.ruleset   \
Index: data/default/Makefile.am
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/default/Makefile.am,v
retrieving revision 1.16
diff -u -r1.16 Makefile.am
--- data/default/Makefile.am    9 Jul 2000 20:35:55 -0000       1.16
+++ data/default/Makefile.am    3 Feb 2005 20:56:37 -0000
@@ -6,6 +6,7 @@
 pkgdata_DATA =          \
        buildings.ruleset \
        cities.ruleset  \
+       effects.ruleset \
        game.ruleset    \
        governments.ruleset \
        nations.ruleset \
Index: data/history/Makefile.am
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/history/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- data/history/Makefile.am    6 Oct 2002 09:59:34 -0000       1.2
+++ data/history/Makefile.am    3 Feb 2005 20:56:37 -0000
@@ -5,6 +5,7 @@
 
 pkgdata_DATA =          \
        buildings.ruleset \
+       effects.ruleset \
        game.ruleset    \
        governments.ruleset \
        techs.ruleset   \

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#12092) effects.ruleset files aren't distributed, Jason Short <=