From 65bf31fc643d28b01c3dd4f794cf54469909fbf8 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 30 Jun 2013 10:56:31 +0100 Subject: [PATCH] And fix the Makefile to install things in the proper place. Duh. --- Makefile.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.m4 b/Makefile.m4 index 939f342..18a829b 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -25,9 +25,8 @@ AUTOMAKE_OPTIONS = foreign -texmfpath = @texmfpath@ -pkglatexdir = ${texmfpath}/tex/latex/${PACKAGE} -pkgdocdir = ${texmfpath}/doc/latex/${PACKAGE} +pkglatexdir = ${texmfdir}/tex/latex/${PACKAGE} +pkgdocdir = ${texmfdir}/doc/latex/${PACKAGE} define(`addsuffix', `patsubst(`$1', `\>', `$2')') define(`BASE', `\ -- 2.11.0