source: projects/vine-emacs-guide/trunk/help/Makefile.am @ 4300

Revision 4300, 344 bytes checked in by yasumichi, 13 years ago (diff)

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

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