source: projects/vine-plus-guide/tags/R_5_9_0/help/Makefile.am @ 2967

Revision 2967, 267 bytes checked in by yasumichi, 13 years ago (diff)

autotools 対応

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