strayman: Fettle default paragraph indentation.
[strayman] / Makefile.m4
index 0ce54dd..4a73808 100644 (file)
@@ -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')