source: projects/vine-cui-guide/tags/R_5_9_0/help/Makefile.am @ 2924

Revision 2924, 934 bytes checked in by yasumichi, 13 years ago (diff)

autotools 対応

Line 
1SUBDIRS = figures
2
3omf_DATA = vine-cui-guide-ja.omf
4
5omfdir = @OMFDIR@
6
7xml_DATA = authentication.xml           \
8           bash-basic.xml               \
9           boot-kernel-options.xml      \
10           boot.xml                     \
11           file-system.xml              \
12           firewall.xml                 \
13           frame-buffer.xml             \
14           kernel-modules.xml           \
15           kernel-upgrade.xml           \
16           keyboard.xml                 \
17           legal.xml                    \
18           login.xml                    \
19           logout.xml                   \
20           mount.xml                    \
21           network.xml                  \
22           othershell.xml               \
23           pmount.xml                   \
24           recruitment.xml              \
25           root.xml                     \
26           rules.xml                    \
27           service.xml                  \
28           shutdown.xml                 \
29           timeconfig.xml               \
30           update-alternatives.xml      \
31           update-errata.xml            \
32           use-app.xml                  \
33           userenv.xml                  \
34           using-rpm.xml                \
35           vine-cui-guide.xml           \
36           vine-cups.xml                \
37           vine-lprng.xml
38
39xmldir = @VMDIR@/cui-guide
40
41EXTRA_DIST = $(xml_DATA)
42
43CLEANFILES = *.html
44
45html:
46        vine-manual-build vine-cui-guide.xml
47
48install-html:
49        $(INSTALL) -m 644 *.html $(DESTDIR)$(xmldir)
50
Note: See TracBrowser for help on using the repository browser.