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

Revision 3041, 300 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) *.spec
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.