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

Revision 3042, 293 bytes checked in by yasumichi, 13 years ago (diff)

配布対象に存在しないファイルが含まれていたのを修正

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