source: projects/vine-making-rpm/trunk/help/Makefile.am @ 3047

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

サンプル SPEC ファイルがインストールされない問題を修正

Line 
1omf_DATA = vine-making-rpm-ja.omf
2
3omfdir = @OMFDIR@
4
5xml_DATA = vine-making-rpm.xml *.spec
6
7xmldir = @VMDIR@/making-rpm
8
9EXTRA_DIST = $(xml_DATA)
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.