Please find attached a patch against git://git.fedorahosted.org/liberation-fonts.git Cheers, -- Nicolas Spalinger http://scripts.sil.org http://pkg-fonts.alioth.debian.org/ https://launchpad.net/people/fonts
From dce1d8db079de37c9b4ff8aa5d0780eec02abd8b Mon Sep 17 00:00:00 2001 From: Nicolas Spalinger <nicolas@xxxxxxxxx> Date: Wed, 14 May 2008 16:03:18 +0200 Subject: [PATCH] Add some description and extra lines to the build targets --- scripts/sfd2ttf.pe | 4 ++++ scripts/ttf2sfd.pe | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/scripts/sfd2ttf.pe b/scripts/sfd2ttf.pe index e736007..85f4b29 100644 --- a/scripts/sfd2ttf.pe +++ b/scripts/sfd2ttf.pe @@ -1,2 +1,6 @@ +Print( " ") +Print( "Generating ttf from sfd sources...") +Print( "----------------------------------") Open($1) Generate($1:r + ".ttf") +Print( " ") diff --git a/scripts/ttf2sfd.pe b/scripts/ttf2sfd.pe index 2a6afca..aaf319f 100644 --- a/scripts/ttf2sfd.pe +++ b/scripts/ttf2sfd.pe @@ -1,2 +1,6 @@ +Print( " ") +Print( "Generating sfd from ttf sources...") +Print( "----------------------------------") Open($1) Save($1:r + ".sfd") +Print( " ") -- 1.5.4.3
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Fedora-fonts-list mailing list Fedora-fonts-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-fonts-list