source: projects/vine-developers-guide/branches/6.x/help/Makefile.am @ 4299

Revision 4299, 364 bytes checked in by yasumichi, 13 years ago (diff)

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

Line 
1SUBDIRS = figures
2
3if NO_WEB
4omf_DATA = vine-developers-guide-ja.omf
5
6omfdir = @OMFDIR@
7
8xml_DATA = vine-developers-guide.xml
9
10xmldir = @VMDIR@/developers-guide
11endif
12
13EXTRA_DIST = $(xml_DATA)
14
15CLEANFILES = *.html
16
17html:
18        vine-manual-build vine-developers-guide.xml
19
20install-html:
21        $(INSTALL) -d $(DESTDIR)$(xmldir)
22        $(INSTALL) -m 644 *.html $(DESTDIR)$(xmldir)
23
Note: See TracBrowser for help on using the repository browser.