From 79011081c71b64b6d0e51562f2480afdff9da3af Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sat, 27 May 2006 10:14:56 +0000 Subject: [PATCH] Install imagelib/callouts/1-4.png images in the NanoBSD article. PR: docs/97963 Submitted by: Daniel Gerzo --- en_US.ISO8859-1/articles/nanobsd/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en_US.ISO8859-1/articles/nanobsd/Makefile b/en_US.ISO8859-1/articles/nanobsd/Makefile index 27e137e845..4b9cf79584 100644 --- a/en_US.ISO8859-1/articles/nanobsd/Makefile +++ b/en_US.ISO8859-1/articles/nanobsd/Makefile @@ -11,6 +11,12 @@ WITH_ARTICLE_TOC?= YES INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= +# Images from the cross-document image library +IMAGES_LIB= callouts/1.png +IMAGES_LIB+= callouts/2.png +IMAGES_LIB+= callouts/3.png +IMAGES_LIB+= callouts/4.png + SRCS= article.sgml URL_RELPREFIX?= ../../../..