]> Lady’s Gitweb - OldStandard/blobdiff - makefile
removed circularity in makefile
[OldStandard] / makefile
index c19afb8dcab45d7e400178b986e14bebe102cf73..8f798c8b0011e453f54de9d3c8acc8a13bb97cb1 100644 (file)
--- a/makefile
+++ b/makefile
@@ -12,7 +12,8 @@ doc: local
 
 all: doc
 
-local: clean
+local:
+       rm -f $(LOCALFONTDIR)/OldStandard-*.otf
        cp otf/OldStandard-*.otf $(LOCALFONTDIR)/
        luaotfload-tool --update
 
@@ -22,7 +23,7 @@ package: doc
        cp otf/*.otf $(pkg)
        tar czf $(pkg)-$(ver).tar.gz $(pkg)
 
-clean:
+clean: doc
        rm -f $(LOCALFONTDIR)/OldStandard-*.otf
        luaotfload-tool --update
        git clean -df
This page took 0.13469 seconds and 4 git commands to generate.