1.1 -> 1.6 articles/problem-reports/Makefile 1.7 -> 1.18 articles/releng/Makefile 1.1 -> 1.4 articles/releng-packages/Makefile 1.108 -> 1.109 books/handbook/Makefile 1.1 -> 1.5 share/sgml/catalog 1.1 -> 1.2 share/sgml/l10n.ent Obtained from: FreeBSD Greek Documentation team
19 lines
325 B
Makefile
19 lines
325 B
Makefile
# $FreeBSD$
|
|
#
|
|
# %SOURCE% en_US.ISO8859-1/articles/problem-reports/Makefile
|
|
# %SRCID% 1.6
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
WITH_ARTICLE_TOC?= YES
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|