source: projects/vine-desktop-guide/trunk/help/Makefile.am @ 4271

Revision 4271, 712 bytes checked in by yasumichi, 13 years ago (diff)

configure オプションに --enable-web を追加

Line 
1SUBDIRS = figures
2
3if NO_WEB
4omf_DATA = vine-desktop-guide-ja.omf
5
6omfdir = @OMFDIR@
7
8xml_DATA = accessibility-features.xml \
9           accessories.xml \
10           boot.xml \
11           gnome-basic.xml \
12           graphics.xml \
13           gui-alternatives.xml \
14           internet.xml \
15           legal.xml \
16           login.xml \
17           logout.xml \
18           preferences.xml \
19           recruitment.xml \
20           rules.xml \
21           shutdown.xml \
22           sound-video.xml \
23           synaptic.xml \
24           system-config.xml \
25           system-tool.xml \
26           update-watch.xml \
27           vine-desktop-guide.xml
28
29xmldir = @VMDIR@/desktop-guide
30endif
31
32EXTRA_DIST = $(xml_DATA)
33
34CLEANFILES = *.html
35
36html:
37        vine-manual-build vine-desktop-guide.xml
38
39install-html:
40        $(INSTALL) -m 644 *.html $(DESTDIR)$(xmldir)
41
Note: See TracBrowser for help on using the repository browser.