Last change
on this file since 611 was
611,
checked in by Sam Hocevar, 11 years ago
|
doc: add more detailed copying information.
|
File size:
510 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | |
---|
3 | SUBDIRS = src data doc |
---|
4 | |
---|
5 | datafiledir = $(datadir)/games/abuse |
---|
6 | datafile_DATA = abuse.bmp abuse.png |
---|
7 | |
---|
8 | EXTRA_DIST = COPYING.GPL COPYING.WTFPL PACKAGERS bootstrap abuse.bmp abuse.png |
---|
9 | |
---|
10 | if HAVE_NONFREE |
---|
11 | else |
---|
12 | dist-hook: |
---|
13 | @echo "" |
---|
14 | @echo " ====================================================" |
---|
15 | @echo " WARNING: This tarball will exclude non-free data" |
---|
16 | @echo " ====================================================" |
---|
17 | @echo "" |
---|
18 | endif |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.