source: projects/vine-making-rpm/tags/R_5_9_0/help/Makefile.am @ 3032

Revision 3032, 276 bytes checked in by yasumichi, 13 years ago (diff)

・Makefile.in の追加漏れ
・サンプルの SPEC ファイルを配布ファイルの対象にした。

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