From 78e29456b051f41073d706ac7d3eb76bfa08b0ab Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 27 Jan 2012 13:34:32 +0000 Subject: Rename pdfdraw to mupdfdraw etc. This a) improves our branding, and b) avoids conflicts with other pdf tools out there (pdfinfo etc). --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b1460cdc..6b34bbbe 100644 --- a/Makefile +++ b/Makefile @@ -122,8 +122,8 @@ $(OUT)/cmapdump.o : pdf/pdf_cmap.c pdf/pdf_cmap_parse.c # --- Tools and Apps --- -PDF_APPS := $(addprefix $(OUT)/, pdfdraw pdfclean pdfextract pdfinfo pdfshow) -XPS_APPS := $(addprefix $(OUT)/, xpsdraw) +PDF_APPS := $(addprefix $(OUT)/, mupdfdraw mupdfclean mupdfextract mupdfinfo mupdfshow) +XPS_APPS := $(addprefix $(OUT)/, muxpsdraw) BUSY_APP := $(addprefix $(OUT)/, mubusy) BUSY_SRC := $(notdir $(wildcard apps/mubusy_*.c)) BUSY_LIBS := $(addprefix $(OUT)/, $(BUSY_SRC:%.c=%.o)) -- cgit v1.2.3