File: node.mk

package info (click to toggle)
openmsx 0.10.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,628 kB
  • ctags: 19,723
  • sloc: cpp: 131,938; xml: 25,418; tcl: 15,394; python: 4,012; sh: 365; makefile: 26
file content (17 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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:= \
	authors.txt GPL.txt \
	release-notes.txt release-history.txt

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