Add some basic Makefiles.
This commit is contained in:
parent
ba0ce2f89d
commit
3f9d2be0af
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22081
3 changed files with 30 additions and 0 deletions
no_NO.ISO8859-1
9
no_NO.ISO8859-1/Makefile
Normal file
9
no_NO.ISO8859-1/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
#SUBDIR = articles
|
||||
SUBDIR+= books
|
||||
|
||||
COMPAT_SYMLINK = no
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
13
no_NO.ISO8859-1/books/Makefile
Normal file
13
no_NO.ISO8859-1/books/Makefile
Normal file
|
@ -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"
|
8
no_NO.ISO8859-1/books/Makefile.inc
Normal file
8
no_NO.ISO8859-1/books/Makefile.inc
Normal file
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD Norwegian Documentation Project
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DESTDIR?= ${DOCDIR}/no_NO.ISO8859-1/books/${.CURDIR:T}
|
Loading…
Reference in a new issue