diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2008-06-16 01:11:49 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2008-06-16 01:11:49 +0000 |
commit | ec113b6f63c3fa89f3a0791eb8bf64bc3a4ef2fd (patch) | |
tree | 7028e64354d7a10ecb9e72d63a26de51058a1801 /el_GR.ISO8859-7/articles/freebsd-questions/Makefile | |
parent | 296bdfd3c73e69184fef845f81b16520d0d786a1 (diff) | |
download | doc-ec113b6f63c3fa89f3a0791eb8bf64bc3a4ef2fd.tar.gz doc-ec113b6f63c3fa89f3a0791eb8bf64bc3a4ef2fd.zip |
MFen and update %SRCID% tags.
1.1 -> 1.6 en_US.ISO8859-1/articles/explaining-bsd/Makefile
1.1 -> 1.8 el_GR.ISO8859-7/articles/formatting-media/Makefile (update)
1.29 -> 1.31 en_US.ISO8859-1/articles/formatting-media/article.sgml
1.1 -> 1.6 en_US.ISO8859-1/articles/freebsd-questions/Makefile
1.1 -> 1.4 el_GR.ISO8859-7/articles/laptop/Makefile (update)
1.8 -> 1.12 en_US.ISO8859-1/articles/multi-os/Makefile
Notes
Notes:
svn path=/head/; revision=32290
Diffstat (limited to 'el_GR.ISO8859-7/articles/freebsd-questions/Makefile')
-rw-r--r-- | el_GR.ISO8859-7/articles/freebsd-questions/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/el_GR.ISO8859-7/articles/freebsd-questions/Makefile b/el_GR.ISO8859-7/articles/freebsd-questions/Makefile index ed43acfbbf..e6699e8467 100644 --- a/el_GR.ISO8859-7/articles/freebsd-questions/Makefile +++ b/el_GR.ISO8859-7/articles/freebsd-questions/Makefile @@ -1,24 +1,21 @@ # $FreeBSD$ # # %SOURCE% en_US.ISO8859-1/articles/freebsd-questions/Makefile -# %SRCID% 1.1 +# %SRCID% 1.6 MAINTAINER=keramida@FreeBSD.org DOC?= article FORMATS?= html +WITH_ARTICLE_TOC?= YES INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= -# -# SRCS lists the individual SGML files that make up the document. Changes -# to any of these files will force a rebuild -# - -# SGML content SRCS= article.sgml +URL_RELPREFIX?= ../../../.. DOC_PREFIX?= ${.CURDIR}/../../.. + .include "${DOC_PREFIX}/share/mk/doc.project.mk" |