/release/doc/fr_FR.ISO8859-1/installation/sparc64/Makefile
https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 26 lines · 12 code · 5 blank · 9 comment · 0 complexity · 1acf1ce51de3f08aa016882152f5367b MD5 · raw file
- #
- # The FreeBSD Documentation Project
- # The FreeBSD French Documentation Project
- # $Id$
- #
- # $FreeBSD$
- # Original revision: 1.1
- #
- RELN_ROOT?= ${.CURDIR}/../../..
- DOC?= article
- FORMATS?= html
- INSTALL_COMPRESSED?= gz
- INSTALL_ONLY_COMPRESSED?=
- # SGML content
- SRCS+= article.xml
- SRCS+= install.xml
- SRCS+= ../common/artheader.xml
- SRCS+= ../common/install.xml
- SRCS+= ../common/layout.xml
- .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
- .include "${DOC_PREFIX}/share/mk/doc.project.mk"