blob: 6e3a30888c20a6971c212c42d04154255adcf12b (
plain)
1
2
3
4
5
6
7
8
|
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = src
dist_doc_DATA = doc/assets.html doc/index.html doc/installation.html \
doc/license.html doc/manual.html doc/models.html doc/world.html
|