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

Revision 4435, 768 bytes checked in by yasumichi, 13 years ago (diff)

バージョン番号を変更

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           scim-anthy.xml \
22           shutdown.xml \
23           sound-video.xml \
24           synaptic.xml \
25           system-config.xml \
26           system-tool.xml \
27           update-watch.xml \
28           vine-desktop-guide.xml
29
30xmldir = @VMDIR@/desktop-guide
31endif
32
33EXTRA_DIST = $(xml_DATA)
34
35CLEANFILES = *.html
36
37html:
38        vine-manual-build vine-desktop-guide.xml
39
40install-html:
41        $(INSTALL) -d $(DESTDIR)$(xmldir)
42        $(INSTALL) -m 644 *.html $(DESTDIR)$(xmldir)
43
Note: See TracBrowser for help on using the repository browser.