Last change
on this file since 669 was
622,
checked in by Sam Hocevar, 12 years ago
|
doc: add Antti to the list of packagers, and add a warning message when
building a full tarball.
|
File size:
486 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | |
---|
3 | SUBDIRS = src data doc |
---|
4 | |
---|
5 | EXTRA_DIST = COPYING.GPL COPYING.WTFPL PACKAGERS bootstrap |
---|
6 | |
---|
7 | dist-hook: |
---|
8 | @echo "" |
---|
9 | @echo " ====================================================" |
---|
10 | if HAVE_NONFREE |
---|
11 | @echo " WARNING: This tarball will contain non-free data" |
---|
12 | else |
---|
13 | @echo " WARNING: This tarball will exclude non-free data" |
---|
14 | endif |
---|
15 | @echo " ====================================================" |
---|
16 | @echo "" |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.