]> granicus.if.org Git - graphviz/commitdiff
Change old makefile to support new generation of ps_font_equiv.h
authorerg <devnull@localhost>
Tue, 13 Feb 2007 17:57:28 +0000 (17:57 +0000)
committererg <devnull@localhost>
Tue, 13 Feb 2007 17:57:28 +0000 (17:57 +0000)
lib/common/Makefile.old

index 9bc5dc62354d4463bfbb41263ef9bf3a8200678e..058f2279c317f15a883de9f7b7eb47f6d9f49882 100644 (file)
@@ -65,7 +65,7 @@ fontmetrics.o: ps_font_equiv.h
 
 # ensure font names are properly sorted for bsearch operation 
 ps_font_equiv.h: ps_font_equiv.txt
-       LC_COLLATE=C $(SORT) <ps_font_equiv.txt >ps_font_equiv.h
+       ./mksvgfonts.pl fontmap.cfg ps_font_equiv.txt | LC_ALL=C $(SORT) >ps_font_equiv.h
 
 ps.h : ps.txt
        $(AWK) -f $(AWKDIR)/stringize.awk ps.txt > ps.h