share/images. To link "generic" images (share/images ones) from Makefiles use IMAGES_EN and to link localized images use IMAGES. For an example look at en_US.ISO8859-1/books/handbook/Makefile
18 lines
267 B
Makefile
18 lines
267 B
Makefile
# $FreeBSD$
|
|
|
|
DOC?= article
|
|
|
|
DOCFORMAT= html
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
CSS_SHEET= itgastyle.css
|
|
IMAGES_EN= tk0231-9-1.png
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|