From 88ba0e0426953f06acab113bdf4a32b651d29f80 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 23 May 2019 22:51:09 +0200 Subject: mupdf-gl and mupdf-x11 new --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6c985ce..3d9dfbe 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,12 @@ COMPDIR = $(shell pkg-config --variable=completionsdir bash-completion) VERSION = 0.0 -all: +all: completions/mupdf-gl completions/mupdf-x11 -.PHONY: install dist +completions/mupdf-%: completions/mupdf + sed 's/mupdf/$(notdir $@)/' "$<" > "$@" + +.PHONY: all dist install install: all install -D -m0644 -t $(DESTDIR)$(COMPDIR) completions/* -- cgit v1.2.3