Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 056af629b86546a99f2feca0570542e5 > files > 25

openmsx-0.7.0-2mdv2008.1.x86_64.rpm

# $Id: node.mk 7836 2008-05-21 20:46:48Z m9710797 $

include build/node-start.mk

SUBDIRS:=manual

# Not all of the docs are useful for end users, either because they are about
# the implementation, or because they are too rough/unfinished.
# Below is the list of docs that should be included in installation.
INSTALL_DOCS:= \
	release-notes.txt release-history.txt \
	exampleconfigs.xml

DIST:=$(INSTALL_DOCS) \
	msxinfo-article.html schema1.png schema2.png \
	screenshot.png openmsx.sgml vram-addressing.txt \
	r800test.txt exsphl.txt

include build/node-end.mk