source: projects/install-guide/branches/6.x/help/Makefile.am @ 2806

Revision 2806, 277 bytes checked in by yasumichi, 13 years ago (diff)

vine-manual-build に対応

Line 
1SUBDIRS = figures
2
3omf_DATA = vine-install-guide-ja.omf
4
5omfdir = @OMFDIR@
6
7xml_DATA = diskdruid.xml \
8           iso2usb.xml \
9           vine-install-guide.xml
10
11xmldir = @VMDIR@/install-guide
12
13EXTRA_DIST = $(xml_DATA)
14
15CLEANFILES = *.html
16
17html:
18        vine-manual-build vine-install-guide.xml
19
Note: See TracBrowser for help on using the repository browser.