diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2007-11-02 16:14:25 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2007-11-02 16:14:25 +0000 |
commit | eb2c85db964d96b3169001545c017417108df9d9 (patch) | |
tree | a1befcd68d2af62c0d3017b4c8950d0e9449c086 /el_GR.ISO8859-7/books/Makefile | |
parent | 1ab7e7b80651cabc8d989a9ea71cd39f309b70ca (diff) | |
download | doc-eb2c85db964d96b3169001545c017417108df9d9.tar.gz doc-eb2c85db964d96b3169001545c017417108df9d9.zip |
Update of the doc/el_GR.ISO8859-7 documentation, to catch up with
the latest developments in the Greek translation team. This one
brings in many resync/MFen changes for articles, and a new book:
The Greek Handbook
We still have a lot of work to do in the Handbook tree, but the
work of the following people has been instrumental in getting us
so far already:
Giorgos Iordanou
Manolis Kiagias
Nikos Kokkalis
Leonidas Tsampros
Baggelis Typaldos
Notes
Notes:
svn path=/head/; revision=30998
Diffstat (limited to 'el_GR.ISO8859-7/books/Makefile')
-rw-r--r-- | el_GR.ISO8859-7/books/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/el_GR.ISO8859-7/books/Makefile b/el_GR.ISO8859-7/books/Makefile new file mode 100644 index 0000000000..a3820ec805 --- /dev/null +++ b/el_GR.ISO8859-7/books/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +SUBDIR = handbook + +ROOT_SYMLINKS= handbook + +DOC_PREFIX?= ${.CURDIR}/../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" |