source: projects/vine-developers-guide/tags/R_5_9_0/help/Makefile.am @ 3043

Revision 3043, 312 bytes checked in by yasumichi, 13 years ago (diff)

help/figures が make 対象に入っていなかったのを修正

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