[Lemon-commits] kpeter: r3440 - lemon/trunk/scripts

Lemon SVN svn at lemon.cs.elte.hu
Mon Jan 28 12:42:47 CET 2008


Author: kpeter
Date: Mon Jan 28 12:42:46 2008
New Revision: 3440

Modified:
   lemon/trunk/scripts/rename-graphs

Log:
Improved rename script to handle includes correctly.


Modified: lemon/trunk/scripts/rename-graphs
==============================================================================
--- lemon/trunk/scripts/rename-graphs	(original)
+++ lemon/trunk/scripts/rename-graphs	Mon Jan 28 12:42:46 2008
@@ -6,6 +6,8 @@
 sed -e "s/bipartite undirected graph/bipartite graph/g"\
 	-e "s/undirected graph/_gr_aph_label_/g"\
 	-e "s/undirected edge/_ed_ge_label_/g"\
+	-e "s/graph_/_gr_aph_label__"\
+	-e "s/_graph/__gr_aph_label_"\
 	-e "s/UGraph/_Gr_aph_label_/g"\
 	-e "s/uGraph/_gr_aph_label_/g"\
 	-e "s/ugraph/_gr_aph_label_/g"\



More information about the Lemon-commits mailing list