From 80c624a53dfc0d99a22a1e5433f97b49db389e81 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Mon, 29 Oct 2018 20:10:15 +0000 Subject: [PATCH] Update doc/templates to use build/bin/taglist to build makernote/tag files used by website (eg: Exif.xml) --- doc/templates/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/templates/Makefile b/doc/templates/Makefile index f3b0d712..4e8614f4 100644 --- a/doc/templates/Makefile +++ b/doc/templates/Makefile @@ -146,7 +146,7 @@ SCHEMA = xmp_dc \ xmp_mwg-rs \ xmp_mwg-kw -TAGLIST = ../../bin/taglist +TAGLIST = ${EXIV2HOME}/build/bin/taglist # ********************************************************************** # ======================================================================