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>2020-12-21 07:03:11 +0300
committerGitHub <noreply@github.com>2020-12-21 07:03:11 +0300
commit9e5dc7c2fd0a64e61076f858c0fcd32d3fd363c9 (patch)
tree5fb5fba1b4a6c5c81f1db18c67adf205da681615
parentbb2e7cf2c0b4dfc66bc7423703ed889e8d3d5359 (diff)
parent23ea3117140966288be8a7fd15a885c5deea39bb (diff)
Merge pull request #35 from fork-for-humanity/master2.1.2
fix makefile clean function & add install function for packaging
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 243b30a..50ff596 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,12 @@ clean: clean-dist
rm -rf -- $(DISTPREFIX)* $(DISTPREFIX_TTF)*
rm -rf -- $(EXPORTDIR)
rm -f -- $(CHECK_PREFIX)_*
+ rm -f src/*.ttf
clean-dist:
rm -f -- *.tar.gz *.zip
+
+install:
+ mkdir -p $(DESTDIR)/usr/share/fonts/$(DISTPREFIX_TTF) || true
+ install $(DISTPREFIX_TTF)/* $(DESTDIR)/usr/share/fonts/$(DISTPREFIX_TTF)
.PHONY: all build ttf-dir ttf dist dist-src dist-sfd dist-ttf 4web $(FORMATS) check clean clean-dist