diff options
Diffstat (limited to 'el_GR.ISO8859-7/books/Makefile')
-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" |