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

Revision 4294, 329 bytes checked in by yasumichi, 13 years ago (diff)

・configure オプションに --enable-web を追加(xml,omf がインストール対象外に)

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