diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2004-08-23 19:13:17 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2004-08-23 19:13:17 +0000 |
commit | 3f9d2be0af0aec1506a65f11645c4b5b53702252 (patch) | |
tree | dce64a56b9eb6eea3f6a2398c7f69a7992e4d9e4 | |
parent | ba0ce2f89dde4f1423394aa2213ca8469b25087c (diff) |
Notes
-rw-r--r-- | no_NO.ISO8859-1/Makefile | 9 | ||||
-rw-r--r-- | no_NO.ISO8859-1/books/Makefile | 13 | ||||
-rw-r--r-- | no_NO.ISO8859-1/books/Makefile.inc | 8 |
3 files changed, 30 insertions, 0 deletions
diff --git a/no_NO.ISO8859-1/Makefile b/no_NO.ISO8859-1/Makefile new file mode 100644 index 0000000000..be233cca8d --- /dev/null +++ b/no_NO.ISO8859-1/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +#SUBDIR = articles +SUBDIR+= books + +COMPAT_SYMLINK = no + +DOC_PREFIX?= ${.CURDIR}/.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/no_NO.ISO8859-1/books/Makefile b/no_NO.ISO8859-1/books/Makefile new file mode 100644 index 0000000000..19506a9a0c --- /dev/null +++ b/no_NO.ISO8859-1/books/Makefile @@ -0,0 +1,13 @@ +# +# The FreeBSD Documentation Project +# The FreeBSD Norwegian Documentation Project +# +# $FreeBSD$ +# + +SUBDIR= handbook + +ROOT_SYMLINKS= handbook + +DOC_PREFIX?= ${.CURDIR}/../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/no_NO.ISO8859-1/books/Makefile.inc b/no_NO.ISO8859-1/books/Makefile.inc new file mode 100644 index 0000000000..87e7b71d87 --- /dev/null +++ b/no_NO.ISO8859-1/books/Makefile.inc @@ -0,0 +1,8 @@ +# +# The FreeBSD Documentation Project +# The FreeBSD Norwegian Documentation Project +# +# $FreeBSD$ +# + +DESTDIR?= ${DOCDIR}/no_NO.ISO8859-1/books/${.CURDIR:T} |