diff options
author | John Baldwin <jhb@FreeBSD.org> | 1999-08-29 00:02:23 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 1999-08-29 00:02:23 +0000 |
commit | 9c6e695ef14eda13c89c2556d10b6f6763d170a4 (patch) | |
tree | 895bcf228ce020c9263dd8cf0e8960b77df75a85 /en_US.ISO8859-1/Makefile | |
parent | 81fb662a554ee82fca9692728d52a7eaa5fb164f (diff) | |
download | doc-9c6e695ef14eda13c89c2556d10b6f6763d170a4.tar.gz doc-9c6e695ef14eda13c89c2556d10b6f6763d170a4.zip |
Make the doc/en_* makefiles repect ${DOC_PREFIX} when they include
${DOC_PREFIX}/share/mk/docproj.docbook.mk instead of using hard-coded
paths.
Reviewed partially by: nik, billf
Notes
Notes:
svn path=/head/; revision=5468
Diffstat (limited to 'en_US.ISO8859-1/Makefile')
-rw-r--r-- | en_US.ISO8859-1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/Makefile b/en_US.ISO8859-1/Makefile index 8754be5033..0f93fb7943 100644 --- a/en_US.ISO8859-1/Makefile +++ b/en_US.ISO8859-1/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1999-08-26 19:42:10 nik Exp $ +# $Id: Makefile,v 1.5 1999-08-29 00:02:11 jhb Exp $ SUBDIR = articles SUBDIR+= books @@ -19,4 +19,4 @@ afterinstall: .include <bsd.subdir.mk> DOC_PREFIX?= .. -.include "../share/mk/docproj.docbook.mk" +.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk" |