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

Revision 4299, 364 bytes checked in by yasumichi, 13 years ago (diff)

install-html 時にディレクトリ作成を行うようにした。

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:
[4299]21        $(INSTALL) -d $(DESTDIR)$(xmldir)
[3041]22        $(INSTALL) -m 644 *.html $(DESTDIR)$(xmldir)
23
Note: See TracBrowser for help on using the repository browser.