Add Makefile for spanish articles build.
This commit is contained in:
parent
7ec8d92484
commit
578a7f6c62
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19691
1 changed files with 11 additions and 0 deletions
11
es_ES.ISO8859-1/articles/Makefile
Normal file
11
es_ES.ISO8859-1/articles/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR+= contributing
|
||||
SUBDIR+= dialup-firewall
|
||||
SUBDIR+= explaining-bsd
|
||||
SUBDIR+= laptop
|
||||
SUBDIR+= zip-drive
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue