diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-08-16 22:09:20 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-08-16 22:09:20 +0000 |
commit | 7fc8947ce8107903e54b4019fde201d067d62e22 (patch) | |
tree | a7cc40e4a2fa632d7b28d086eb302a97c63f556d /en_US.ISO8859-1/articles/Makefile.inc | |
parent | 59dba67e397ff875ed64926bc2bb41f9cba44b7b (diff) | |
download | doc-7fc8947ce8107903e54b4019fde201d067d62e22.tar.gz doc-7fc8947ce8107903e54b4019fde201d067d62e22.zip |
The new Makefile framework. Does the right thing (pretty much) except
in the case of */FAQ/Makefile, because the FAQs are all in the wrong
place. Things still install properly, but some of the directory paths
are hardcoded. This will be going away ASAP.
Notes
Notes:
svn path=/head/; revision=5368
Diffstat (limited to 'en_US.ISO8859-1/articles/Makefile.inc')
-rw-r--r-- | en_US.ISO8859-1/articles/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/articles/Makefile.inc b/en_US.ISO8859-1/articles/Makefile.inc new file mode 100644 index 0000000000..407eab0019 --- /dev/null +++ b/en_US.ISO8859-1/articles/Makefile.inc @@ -0,0 +1,5 @@ +# +# $Id: Makefile.inc,v 1.1 1999-08-16 22:09:19 nik Exp $ +# + +DESTDIR?= ${DOC_INSTALL_PREFIX}/en_US.ISO_8859-1/articles/${.CURDIR:T} |