diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-08-19 00:07:58 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-08-19 00:07:58 +0000 |
commit | 9afad6152379e4b5f9980e00afccd565ee386d8a (patch) | |
tree | b33d51444f4661bf02dc466545ef11b1477765b6 /es_ES.ISO8859-1/books/Makefile.inc | |
parent | c98917fd5d9ab6390bf4e3437d7f83785a915f15 (diff) | |
download | doc-9afad6152379e4b5f9980e00afccd565ee386d8a.tar.gz doc-9afad6152379e4b5f9980e00afccd565ee386d8a.zip |
Makefile framework to install the Spanish DocBook FAQ.
Notes
Notes:
svn path=/head/; revision=5396
Diffstat (limited to 'es_ES.ISO8859-1/books/Makefile.inc')
-rw-r--r-- | es_ES.ISO8859-1/books/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/es_ES.ISO8859-1/books/Makefile.inc b/es_ES.ISO8859-1/books/Makefile.inc new file mode 100644 index 0000000000..29588e6e7d --- /dev/null +++ b/es_ES.ISO8859-1/books/Makefile.inc @@ -0,0 +1,5 @@ +# +# $Id: Makefile.inc,v 1.1 1999-08-19 00:07:58 nik Exp $ +# + +DESTDIR?= ${DOC_INSTALL_PREFIX}/es_ES.ISO_8859-1/books/${.CURDIR:T} |