diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-08-11 12:16:57 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-08-11 12:16:57 +0000 |
commit | 7adb21b7073c57b8d4eceb2f3d3a007d46b9e3b5 (patch) | |
tree | 4f7c46447a0f0b33e175c92409f50d073ae805cf /de_DE.ISO8859-1/Makefile | |
parent | 74c4c77cf8eeaf9d9c5062d013748b4c0fd23ca0 (diff) | |
download | doc-7adb21b7073c57b8d4eceb2f3d3a007d46b9e3b5.tar.gz doc-7adb21b7073c57b8d4eceb2f3d3a007d46b9e3b5.zip |
Add this Makefile in order to build the German documentation correctly.
Reminded by: jedgar
Notes
Notes:
svn path=/head/; revision=7832
Diffstat (limited to 'de_DE.ISO8859-1/Makefile')
-rw-r--r-- | de_DE.ISO8859-1/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/de_DE.ISO8859-1/Makefile b/de_DE.ISO8859-1/Makefile new file mode 100644 index 0000000000..63a1e66199 --- /dev/null +++ b/de_DE.ISO8859-1/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +COMPAT_SYMLINK = de + +SUBDIR= books + +DOC_PREFIX?= ${.CURDIR}/.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" |