diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2003-04-11 09:21:15 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2003-04-11 09:21:15 +0000 |
commit | 47f6d4e2608369fc4c30d13fd1de6b69f5c4fe73 (patch) | |
tree | e565da68451e91c1dc0b348eb7237d169881b240 /it_IT.ISO8859-15/articles | |
parent | e49b919a86c0f33bcc345dc9e06ec830ba12d92c (diff) | |
download | doc-47f6d4e2608369fc4c30d13fd1de6b69f5c4fe73.tar.gz doc-47f6d4e2608369fc4c30d13fd1de6b69f5c4fe73.zip |
Commit images separation from en_US.ISO8859-1/ directory to
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
Notes
Notes:
svn path=/head/; revision=16534
Diffstat (limited to 'it_IT.ISO8859-15/articles')
-rw-r--r-- | it_IT.ISO8859-15/articles/vm-design/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/it_IT.ISO8859-15/articles/vm-design/Makefile b/it_IT.ISO8859-15/articles/vm-design/Makefile index 0f7f75528a..e047371152 100644 --- a/it_IT.ISO8859-15/articles/vm-design/Makefile +++ b/it_IT.ISO8859-15/articles/vm-design/Makefile @@ -4,10 +4,10 @@ DOC?= article FORMATS?= html -IMAGES = ../../../en_US.ISO8859-1/articles/vm-design/fig1.eps -IMAGES+= ../../../en_US.ISO8859-1/articles/vm-design/fig2.eps -IMAGES+= ../../../en_US.ISO8859-1/articles/vm-design/fig3.eps -IMAGES+= ../../../en_US.ISO8859-1/articles/vm-design/fig4.eps +IMAGES_EN = fig1.eps +IMAGES_EN+= fig2.eps +IMAGES_EN+= fig3.eps +IMAGES_EN+= fig4.eps INSTALL_COMPRESSED?=gz INSTALL_ONLY_COMPRESSED?= @@ -16,4 +16,4 @@ SRCS= article.sgml DOC_PREFIX?= ${.CURDIR}/../../.. -.include "${DOC_PREFIX}/share/mk/doc.project.mk"
\ No newline at end of file +.include "${DOC_PREFIX}/share/mk/doc.project.mk" |