X-Git-Url: https://git.distorted.org.uk/~mdw/strayman/blobdiff_plain/9518b8956321c48a4ee0223d15a3a932cd0d7943..98945a1172c6ac9bae1588f51df90ac27c778ed3:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 0ce54dd..4a73808 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,7 +1,5 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.2 2002/02/24 12:45:56 mdw Exp $ -## ## Build system for strayman ## ## (c) 2002 Mark Wooding @@ -27,9 +25,8 @@ AUTOMAKE_OPTIONS = foreign -texmfdir = @texmfdir@ -pkglatexdir = ${texmfdir}/tex/latex/${PACKAGE} -pkgdocdir = ${texmfdir}/doc/latex/${PACKAGE} +pkglatexdir = ${texmfpath}/tex/latex/${PACKAGE} +pkgdocdir = ${texmfpath}/doc/latex/${PACKAGE} define(`addsuffix', `patsubst(`$1', `\>', `$2')') define(`BASE', `strayman')