[aisleriot] guile: Canonicalise filenames



commit a4efa14125a79e1621213f046ddfeeb37cea0d56
Author: Christian Persch <chpe gnome org>
Date:   Wed Nov 30 20:33:40 2011 +0100

    guile: Canonicalise filenames
    
    Use '-' instead of '_'.

 games/Makefile.am                                  |  178 ++++++++++----------
 games/{auld_lang_syne.scm => auld-lang-syne.scm}   |    0
 games/{aunt_mary.scm => aunt-mary.scm}             |    0
 games/{bakers_dozen.scm => bakers-dozen.scm}       |    0
 games/{bakers_game.scm => bakers-game.scm}         |    0
 games/{bear_river.scm => bear-river.scm}           |    0
 ...leaguered_castle.scm => beleaguered-castle.scm} |    0
 games/{block_ten.scm => block-ten.scm}             |    0
 games/{diamond_mine.scm => diamond-mine.scm}       |    0
 games/{eagle_wing.scm => eagle-wing.scm}           |    0
 games/{eight_off.scm => eight-off.scm}             |    0
 games/{first_law.scm => first-law.scm}             |    0
 games/{forty_thieves.scm => forty-thieves.scm}     |    0
 games/{gay_gordons.scm => gay-gordons.scm}         |    0
 games/{gold_mine.scm => gold-mine.scm}             |    0
 games/{king_albert.scm => king-albert.scm}         |    0
 games/{kings_audience.scm => kings-audience.scm}   |    0
 games/{lady_jane.scm => lady-jane.scm}             |    0
 games/{monte_carlo.scm => monte-carlo.scm}         |    0
 games/{napoleons_tomb.scm => napoleons-tomb.scm}   |    0
 games/{royal_east.scm => royal-east.scm}           |    0
 games/{sir_tommy.scm => sir-tommy.scm}             |    0
 ...ider_three_decks.scm => spider-three-decks.scm} |    0
 games/{straight_up.scm => straight-up.scm}         |    0
 ...reets_and_alleys.scm => streets-and-alleys.scm} |    0
 games/{ten_across.scm => ten-across.scm}           |    0
 games/{thumb_and_pouch.scm => thumb-and-pouch.scm} |    0
 games/{triple_peaks.scm => triple-peaks.scm}       |    0
 games/{union_square.scm => union-square.scm}       |    0
 games/{will_o_the_wisp.scm => will-o-the-wisp.scm} |    0
 30 files changed, 89 insertions(+), 89 deletions(-)
---
diff --git a/games/Makefile.am b/games/Makefile.am
index 85111bb..c80f2b9 100644
--- a/games/Makefile.am
+++ b/games/Makefile.am
@@ -8,95 +8,95 @@ guile_DATA = \
 
 rulesdir  = $(pkgdatadir)/games
 
-rules_DATA  = 			\
-	accordion.scm		\
-	agnes.scm		\
-	athena.scm		\
-	auld_lang_syne.scm	\
-	aunt_mary.scm		\
-	backbone.scm		\
-	bakers_dozen.scm	\
-	bakers_game.scm		\
-	bear_river.scm	\
-	beleaguered_castle.scm	\
-	block_ten.scm		\
-	bristol.scm		\
-	camelot.scm		\
-	canfield.scm		\
-	carpet.scm		\
-	chessboard.scm		\
-	clock.scm		\
-	cover.scm		\
-	cruel.scm		\
-	diamond_mine.scm	\
-	doublets.scm		\
-	eagle_wing.scm		\
-	easthaven.scm		\
-	eight_off.scm		\
-	elevator.scm		\
-	eliminator.scm		\
-	escalator.scm		\
-	first_law.scm		\
-	fortress.scm		\
-	fortunes.scm		\
-	forty_thieves.scm	\
-	fourteen.scm		\
-	freecell.scm		\
-	gaps.scm		\
-	gay_gordons.scm		\
-	giant.scm		\
-	glenwood.scm		\
-	gold_mine.scm		\
-	golf.scm		\
-	gypsy.scm		\
-	helsinki.scm		\
-	hopscotch.scm		\
-	isabel.scm		\
-	jamestown.scm		\
-	jumbo.scm		\
-	kansas.scm		\
-	king_albert.scm		\
-	kings_audience.scm	\
-	klondike.scm		\
-	labyrinth.scm		\
-	lady_jane.scm		\
-	maze.scm		\
-	monte_carlo.scm		\
-	napoleons_tomb.scm	\
-	neighbor.scm		\
-	odessa.scm		\
-	osmosis.scm		\
-	peek.scm		\
-	pileon.scm		\
-	poker.scm		\
-	quatorze.scm		\
-	royal_east.scm		\
-	saratoga.scm		\
-	scorpion.scm		\
-	scuffle.scm		\
-	seahaven.scm		\
-	sir_tommy.scm		\
-	spider.scm		\
-	spider_three_decks.scm	\
-	spiderette.scm		\
-	straight_up.scm		\
-	streets_and_alleys.scm	\
-	ten_across.scm  	\
-	terrace.scm	  	\
-	thieves.scm     	\
-	thirteen.scm		\
-	thumb_and_pouch.scm	\
-	treize.scm		\
-	triple_peaks.scm	\
-	union_square.scm	\
-	valentine.scm		\
-	westhaven.scm		\
-	whitehead.scm		\
-	will_o_the_wisp.scm	\
-	yield.scm		\
-	yukon.scm		\
-	zebra.scm		\
-	plait.scm		\
+rules_DATA  = \
+	accordion.scm \
+	agnes.scm \
+	athena.scm \
+	auld-lang-syne.scm \
+	aunt-mary.scm \
+	backbone.scm \
+	bakers-dozen.scm \
+	bakers-game.scm \
+	bear-river.scm \
+	beleaguered-castle.scm \
+	block-ten.scm \
+	bristol.scm \
+	camelot.scm \
+	canfield.scm \
+	carpet.scm \
+	chessboard.scm \
+	clock.scm \
+	cover.scm \
+	cruel.scm \
+	diamond-mine.scm \
+	doublets.scm \
+	eagle-wing.scm \
+	easthaven.scm \
+	eight-off.scm \
+	elevator.scm \
+	eliminator.scm \
+	escalator.scm \
+	first-law.scm \
+	fortress.scm \
+	fortunes.scm \
+	forty-thieves.scm \
+	fourteen.scm \
+	freecell.scm \
+	gaps.scm \
+	gay-gordons.scm \
+	giant.scm \
+	glenwood.scm \
+	gold-mine.scm \
+	golf.scm \
+	gypsy.scm \
+	helsinki.scm \
+	hopscotch.scm \
+	isabel.scm \
+	jamestown.scm \
+	jumbo.scm \
+	kansas.scm \
+	king-albert.scm \
+	kings-audience.scm \
+	klondike.scm \
+	labyrinth.scm \
+	lady-jane.scm \
+	maze.scm \
+	monte-carlo.scm \
+	napoleons-tomb.scm \
+	neighbor.scm \
+	odessa.scm \
+	osmosis.scm \
+	peek.scm \
+	pileon.scm \
+	plait.scm \
+	poker.scm \
+	quatorze.scm \
+	royal-east.scm \
+	saratoga.scm \
+	scorpion.scm \
+	scuffle.scm \
+	seahaven.scm \
+	sir-tommy.scm \
+	spider.scm \
+	spider-three-decks.scm \
+	spiderette.scm \
+	straight-up.scm \
+	streets-and-alleys.scm \
+	ten-across.scm \
+	terrace.scm \
+	thieves.scm \
+	thirteen.scm \
+	thumb-and-pouch.scm \
+	treize.scm \
+	triple-peaks.scm \
+	union-square.scm \
+	valentine.scm \
+	westhaven.scm \
+	whitehead.scm \
+	will-o-the-wisp.scm \
+	yield.scm \
+	yukon.scm \
+	zebra.scm \
 	$(NULL)
 
 # aunt_mary.scm
diff --git a/games/auld_lang_syne.scm b/games/auld-lang-syne.scm
similarity index 100%
rename from games/auld_lang_syne.scm
rename to games/auld-lang-syne.scm
diff --git a/games/aunt_mary.scm b/games/aunt-mary.scm
similarity index 100%
rename from games/aunt_mary.scm
rename to games/aunt-mary.scm
diff --git a/games/bakers_dozen.scm b/games/bakers-dozen.scm
similarity index 100%
rename from games/bakers_dozen.scm
rename to games/bakers-dozen.scm
diff --git a/games/bakers_game.scm b/games/bakers-game.scm
similarity index 100%
rename from games/bakers_game.scm
rename to games/bakers-game.scm
diff --git a/games/bear_river.scm b/games/bear-river.scm
similarity index 100%
rename from games/bear_river.scm
rename to games/bear-river.scm
diff --git a/games/beleaguered_castle.scm b/games/beleaguered-castle.scm
similarity index 100%
rename from games/beleaguered_castle.scm
rename to games/beleaguered-castle.scm
diff --git a/games/block_ten.scm b/games/block-ten.scm
similarity index 100%
rename from games/block_ten.scm
rename to games/block-ten.scm
diff --git a/games/diamond_mine.scm b/games/diamond-mine.scm
similarity index 100%
rename from games/diamond_mine.scm
rename to games/diamond-mine.scm
diff --git a/games/eagle_wing.scm b/games/eagle-wing.scm
similarity index 100%
rename from games/eagle_wing.scm
rename to games/eagle-wing.scm
diff --git a/games/eight_off.scm b/games/eight-off.scm
similarity index 100%
rename from games/eight_off.scm
rename to games/eight-off.scm
diff --git a/games/first_law.scm b/games/first-law.scm
similarity index 100%
rename from games/first_law.scm
rename to games/first-law.scm
diff --git a/games/forty_thieves.scm b/games/forty-thieves.scm
similarity index 100%
rename from games/forty_thieves.scm
rename to games/forty-thieves.scm
diff --git a/games/gay_gordons.scm b/games/gay-gordons.scm
similarity index 100%
rename from games/gay_gordons.scm
rename to games/gay-gordons.scm
diff --git a/games/gold_mine.scm b/games/gold-mine.scm
similarity index 100%
rename from games/gold_mine.scm
rename to games/gold-mine.scm
diff --git a/games/king_albert.scm b/games/king-albert.scm
similarity index 100%
rename from games/king_albert.scm
rename to games/king-albert.scm
diff --git a/games/kings_audience.scm b/games/kings-audience.scm
similarity index 100%
rename from games/kings_audience.scm
rename to games/kings-audience.scm
diff --git a/games/lady_jane.scm b/games/lady-jane.scm
similarity index 100%
rename from games/lady_jane.scm
rename to games/lady-jane.scm
diff --git a/games/monte_carlo.scm b/games/monte-carlo.scm
similarity index 100%
rename from games/monte_carlo.scm
rename to games/monte-carlo.scm
diff --git a/games/napoleons_tomb.scm b/games/napoleons-tomb.scm
similarity index 100%
rename from games/napoleons_tomb.scm
rename to games/napoleons-tomb.scm
diff --git a/games/royal_east.scm b/games/royal-east.scm
similarity index 100%
rename from games/royal_east.scm
rename to games/royal-east.scm
diff --git a/games/sir_tommy.scm b/games/sir-tommy.scm
similarity index 100%
rename from games/sir_tommy.scm
rename to games/sir-tommy.scm
diff --git a/games/spider_three_decks.scm b/games/spider-three-decks.scm
similarity index 100%
rename from games/spider_three_decks.scm
rename to games/spider-three-decks.scm
diff --git a/games/straight_up.scm b/games/straight-up.scm
similarity index 100%
rename from games/straight_up.scm
rename to games/straight-up.scm
diff --git a/games/streets_and_alleys.scm b/games/streets-and-alleys.scm
similarity index 100%
rename from games/streets_and_alleys.scm
rename to games/streets-and-alleys.scm
diff --git a/games/ten_across.scm b/games/ten-across.scm
similarity index 100%
rename from games/ten_across.scm
rename to games/ten-across.scm
diff --git a/games/thumb_and_pouch.scm b/games/thumb-and-pouch.scm
similarity index 100%
rename from games/thumb_and_pouch.scm
rename to games/thumb-and-pouch.scm
diff --git a/games/triple_peaks.scm b/games/triple-peaks.scm
similarity index 100%
rename from games/triple_peaks.scm
rename to games/triple-peaks.scm
diff --git a/games/union_square.scm b/games/union-square.scm
similarity index 100%
rename from games/union_square.scm
rename to games/union-square.scm
diff --git a/games/will_o_the_wisp.scm b/games/will-o-the-wisp.scm
similarity index 100%
rename from games/will_o_the_wisp.scm
rename to games/will-o-the-wisp.scm



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