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
diff options
context:
space:
mode:
authorVishal Vijayraghavan <vishalvijayraghavan@gmail.com>2021-03-01 12:57:54 +0300
committerGitHub <noreply@github.com>2021-03-01 12:57:54 +0300
commit3be135e8a26af157166c8be97280568826a5f569 (patch)
tree613c341d4e288d3d6558332dd8aa4a9edbefb8aa
parente9a19b5fe29a13ec0dadec1afd978d7d41773ad4 (diff)
parent4622c84a8bef328a301684a167553cd6d2e27a23 (diff)
Merge pull request #39 from polyzen/patch-1
Fix default target by moving versionupdate down
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ff0cff2..5323c6f 100644
--- a/Makefile
+++ b/Makefile
@@ -45,12 +45,12 @@ DISTPREFIX_TTF := liberation-fonts-ttf-$(VER)
SFDFILES := $(addprefix $(SRCDIR)/$(NAME), $(VARIANTS:=.sfd))
TTFFILES := $(addprefix $(EXPORTDIR)/$(NAME), $(VARIANTS:=.ttf))
-versionupdate:
- $(PYTHON) $(FONTVERSION_UPDATE_SCRIPT) $(SRCDIR) $(VER)
-
# keeping backward compatibility for "build"
all build: ttf-dir
+versionupdate:
+ $(PYTHON) $(FONTVERSION_UPDATE_SCRIPT) $(SRCDIR) $(VER)
+
$(EXPORTDIR):
mkdir -p $@