source: projects/vine-manual-base/trunk/images/Makefile.am @ 2835

Revision 2835, 190 bytes checked in by yasumichi, 13 years ago (diff)

web から css で指定されている画像をコピーし、ローカルで表示できるように変更。

Line 
1icondir = @IMAGEDIR@
2
3icon_DATA =     \
4        footer.jpg      \
5        header.jpg      \
6        important.png   \
7        links.jpg       \
8        logo-vinelinux-nostring.png \
9        note.png        \
10        sep.gif         \
11        warning.png
12
13EXTRA_DIST = $(icon_DATA)
14
Note: See TracBrowser for help on using the repository browser.