source: projects/vine-install-guide/tags/R_5_9_0/help/figures/Makefile.am @ 2748

Revision 2748, 1.2 KB checked in by yasumichi, 13 years ago (diff)

autotools 対応

Line 
1SUBDIRS = textmode
2
3figures_DATA = 00boot.png \
4               00splash.png \
5               01langselect.png \
6               02keyboard.png \
7               03mouse.png \
8               04welcome.png \
9               05installclass.png \
10               06partition.png \
11               07autopartition.png \
12               07diskdruid.png \
13               09bootloader.png \
14               10network.png \
15               11langsupport.png \
16               12timezone.png \
17               13account.png \
18               14packagegroup.png \
19               16videocard.png \
20               17beforeinstall.png \
21               18format.png \
22               18install.png \
23               19bootdisk.png \
24               20monitor.png \
25               20xcustom.png \
26               22congrat.png \
27               default-packages.png \
28               disk-imager1.png \
29               disk-imager2.png \
30               disk-imager3.png \
31               disk-imager4.png \
32               disk-imager5.png \
33               disk-imager6.png \
34               disk-imager7.png \
35               firewall.png \
36               grub_options.png \
37               package-group.png \
38               t1boot.png \
39               t2lang.png \
40               t3keyboard.png \
41               t4method.png \
42               t5tcpip.png \
43               t6nfs.png \
44               upgrade-grub.png \
45               upgrade-ready.png \
46               verify-upgrade.png
47
48figuresdir = @VMDIR@/install-guide/figures
49
50EXTRA_DIST = $(figures_DATA)
Note: See TracBrowser for help on using the repository browser.