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.ISO_8859-1 | |
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.ISO_8859-1')
-rw-r--r-- | es_ES.ISO_8859-1/books/Makefile | 5 | ||||
-rw-r--r-- | es_ES.ISO_8859-1/books/Makefile.inc | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/es_ES.ISO_8859-1/books/Makefile b/es_ES.ISO_8859-1/books/Makefile new file mode 100644 index 0000000000..737ced1d20 --- /dev/null +++ b/es_ES.ISO_8859-1/books/Makefile @@ -0,0 +1,5 @@ +# $Id: Makefile,v 1.1 1999-08-19 00:07:57 nik Exp $ + +SUBDIR = faq + +.include <bsd.subdir.mk> diff --git a/es_ES.ISO_8859-1/books/Makefile.inc b/es_ES.ISO_8859-1/books/Makefile.inc new file mode 100644 index 0000000000..29588e6e7d --- /dev/null +++ b/es_ES.ISO_8859-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} |