source: projects/vine-cui-guide/trunk/help/Makefile.am @ 4297

Revision 4297, 986 bytes checked in by yasumichi, 13 years ago (diff)

install-html 時にディレクトリ作成を行うようにした。

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