]> Lady’s Gitweb - OldStandard/commitdiff
in the end, do not include oldstandard.pdf
authorRobert Alessi <redacted>
Mon, 29 Jul 2019 08:50:36 +0000 (10:50 +0200)
committerRobert Alessi <redacted>
Mon, 29 Jul 2019 08:50:36 +0000 (10:50 +0200)
makefile
oldstandard.pdf [deleted file]

index 8f798c8b0011e453f54de9d3c8acc8a13bb97cb1..8f23d3d2512efbb78e26d065975c466045e39acb 100644 (file)
--- a/makefile
+++ b/makefile
@@ -12,8 +12,7 @@ doc: local
 
 all: doc
 
-local:
-       rm -f $(LOCALFONTDIR)/OldStandard-*.otf
+local: clean
        cp otf/OldStandard-*.otf $(LOCALFONTDIR)/
        luaotfload-tool --update
 
@@ -23,10 +22,10 @@ package: doc
        cp otf/*.otf $(pkg)
        tar czf $(pkg)-$(ver).tar.gz $(pkg)
 
-clean: doc
+clean:
        rm -f $(LOCALFONTDIR)/OldStandard-*.otf
        luaotfload-tool --update
        git clean -df
        pandoc README.md -o about.html
 
-.PHONY: doc all local package clean
+.PHONY: doc all local package clean prepare
diff --git a/oldstandard.pdf b/oldstandard.pdf
deleted file mode 100644 (file)
index 806e001..0000000
Binary files a/oldstandard.pdf and /dev/null differ
This page took 0.125959 seconds and 4 git commands to generate.