diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2008-01-20 23:05:16 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2008-01-20 23:05:16 +0000 |
commit | 2b48258742363462fb18473eb54f17ac505a5aa3 (patch) | |
tree | b907cb6805a9ddc4213fffe5ae154220e293faab | |
parent | b296ab36ffbcd2b17776add25b82453970891da2 (diff) | |
download | doc-2b48258742363462fb18473eb54f17ac505a5aa3.tar.gz doc-2b48258742363462fb18473eb54f17ac505a5aa3.zip |
Attach the Greek translation of the FAQ to the build.
Obtained from: FreeBSD Greek Documentation Project
Notes
Notes:
svn path=/head/; revision=31332
-rw-r--r-- | el_GR.ISO8859-7/books/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/el_GR.ISO8859-7/books/Makefile b/el_GR.ISO8859-7/books/Makefile index 9257415122..4261442f78 100644 --- a/el_GR.ISO8859-7/books/Makefile +++ b/el_GR.ISO8859-7/books/Makefile @@ -1,11 +1,12 @@ # $FreeBSD$ # # %SOURCE% en_US.ISO8859-1/books/Makefile -# %SRCID% 1.1 +# %SRCID% 1.14 -SUBDIR = handbook +SUBDIR = faq +SUBDIR+= handbook -ROOT_SYMLINKS= handbook +ROOT_SYMLINKS= faq handbook DOC_PREFIX?= ${.CURDIR}/../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" |