From 6b0539a5329206eb7dd55bcbda12105a6daf2467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Fri, 10 Jan 2025 21:16:05 +0100 Subject: [PATCH] Use correct title in exif data --- manuscrit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manuscrit/Makefile b/manuscrit/Makefile index 9be5874..06b0d9c 100644 --- a/manuscrit/Makefile +++ b/manuscrit/Makefile @@ -8,6 +8,7 @@ MAIN_PDF=$(BUILD_DIR)/main.pdf PRINTOUT_PDF=$(BUILD_DIR)/main-printout.pdf ALL=$(CLEANED_PDFS) REV_FILE=$(BUILD_DIR)/version +TITLE_EN=$(shell cat meta/title-en.txt) all: _setup $(ALL) @@ -26,7 +27,7 @@ $(CLEANED_PDFS): exiftool -all:all= \ -Version="$(shell bin/version.sh)" \ -Author="Théophile Bastian" \ - -Title="Performance study: identifying bottlenecks by means of sensitivity analysis" \ + -Title="$(TITLE_EN)" \ "$@" @ pdffonts "$@" | grep -q ' no' && echo -e "\033[0;1;31mSOME FONTS NOT EMBEDDED\033[0m" || true @ !(pdffonts "$@" | grep -q ' no')