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

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

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

RevLine 
[3043]1SUBDIRS = figures
2
[3041]3omf_DATA = vine-developers-guide-ja.omf
4
5omfdir = @OMFDIR@
6
7xml_DATA = vine-developers-guide.xml
8
9xmldir = @VMDIR@/developers-guide
10
[3042]11EXTRA_DIST = $(xml_DATA)
[3041]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.