summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d9dfbe..1c20bc8 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ VERSION = 0.0
all: completions/mupdf-gl completions/mupdf-x11
completions/mupdf-%: completions/mupdf
- sed 's/mupdf/$(notdir $@)/' "$<" > "$@"
+ sed 's/mupdf/$(notdir $@)/g' "$<" > "$@"
.PHONY: all dist install