Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/liberationfonts/liberation-fonts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCaius 'kaio' Chance <k@kaio.me>2010-04-27 04:59:46 +0400
committerCaius 'kaio' Chance <k@kaio.me>2010-04-27 04:59:46 +0400
commite0f6feaed85efa3a50d383ecffad1e2fc7fec931 (patch)
treefaea26d39458c7eb76c27597478218086e230dae /source
parent4055e3da0801d5942de02cc31d2c7baaef7cd2bb (diff)
Corrected dir structure for tarball.
Diffstat (limited to 'source')
-rw-r--r--source/ChangeLog5
-rw-r--r--source/Makefile10
2 files changed, 10 insertions, 5 deletions
diff --git a/source/ChangeLog b/source/ChangeLog
index 3bd2806..6fd26f5 100644
--- a/source/ChangeLog
+++ b/source/ChangeLog
@@ -1,3 +1,8 @@
+* Tue 27 Apr 2010 Caius 'kaio' Chance <me at kaio.net>
+- Renamed Narrow Fonts.
+- Updated list of contributors.
+- Released version 1.05.3.
+
* Thu 22 Apr 2010 Herbert Duerr <duerr at sun.com>
- Contributed Liberation Sans Narrow Fonts.
diff --git a/source/Makefile b/source/Makefile
index 750c802..8f1cb67 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -1,4 +1,4 @@
-VER = 1.05.2.$(shell date +%Y%m%d)
+VER = 1.05.3.$(shell date +%Y%m%d)
FONTFORGE = fontforge
TMPDIR := $(shell mktemp -d)
@@ -10,8 +10,8 @@ all: build
build:
$(foreach sfdfile, $(SFDFILES), $(FONTFORGE) -script ./scripts/sfd2ttf.pe $(sfdfile);)
- mkdir -p ttf
- mv src/*.ttf ttf/
+ mkdir -p liberation-fonts-$(VER)/
+ mv src/*.ttf liberation-fonts-$(VER)/
dist: dist-sfd dist-ttf
@@ -26,8 +26,8 @@ dist-sfd:
liberation-fonts-$(VER)/
dist-ttf: clean-ttf build
- tar czvf liberation-fonts-ttf-$(VER).tar.gz ttf/*.ttf $(MISCFILES)
- zip -j liberation-fonts-ttf-$(VER).zip ttf/*.ttf $(MISCFILES)
+ tar czvf liberation-fonts-ttf-$(VER).tar.gz liberation-fonts-$(VER)/*.ttf $(MISCFILES)
+ zip -j liberation-fonts-ttf-$(VER).zip liberation-fonts-$(VER)/*.ttf $(MISCFILES)
clean: clean-ttf clean-src