wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/utils release-wesnoth-1.0.x


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth/utils release-wesnoth-1.0.x
Date: Mon, 19 Sep 2005 11:19:06 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        05/09/19 15:19:06

Modified files:
        utils          : release-wesnoth-1.0.x 

Log message:
        Erase FreeSans.ttf

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/utils/release-wesnoth-1.0.x.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: wesnoth/utils/release-wesnoth-1.0.x
diff -u wesnoth/utils/release-wesnoth-1.0.x:1.3 
wesnoth/utils/release-wesnoth-1.0.x:1.4
--- wesnoth/utils/release-wesnoth-1.0.x:1.3     Mon Sep 19 15:10:39 2005
+++ wesnoth/utils/release-wesnoth-1.0.x Mon Sep 19 15:19:06 2005
@@ -2,7 +2,6 @@
 
 core = ["wesnoth","wesnoth-lib","wesnoth-httt"]
 other = ["wesnoth-editor","wesnoth-ei","wesnoth-sotbe","wesnoth-trow"]
-campaigns_to_remove = ["tdh"]
 
 def complete?(lang, pack)
        complete = true
@@ -35,8 +34,9 @@
 
 print "Changing to ", dir, "\n"
 Dir.chdir(dir)
-print "Erasing The Dark Hordes campaign\n"
+print "Erasing unused stuff (The Dark Hordes campaign, unused fonts)\n"
 system("rm -rf data/campaigns/The_Dark_Hordes.cfg 
data/scenarios/The_Dark_Hordes data/maps/The_Dark_Hordes/ 
images/portraits/The_Dark_Hordes po/wesnoth-tdh")
+system("rm -rf fonts/FreeSans.ttf")
 system("sed -i -e 's/po\\/wesnoth-tdh\\/Makefile.in //g' configure")
 system("sed -i -e '/wesnoth-tdh/d' configure")
 system("sed -i -e '/wesnoth-tdh/d' configure.ac")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]