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

Revision 2942, 292 bytes checked in by yasumichi, 13 years ago (diff)

Emacs 利用ガイドを Vine-manual から分離

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