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
|
Rev | Line | |
---|
[2] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | |
---|
[610] | 3 | SUBDIRS = src data doc |
---|
[2] | 4 | |
---|
[612] | 5 | EXTRA_DIST = COPYING.GPL COPYING.WTFPL PACKAGERS bootstrap |
---|
[2] | 6 | |
---|
[609] | 7 | dist-hook: |
---|
| 8 | @echo "" |
---|
| 9 | @echo " ====================================================" |
---|
[622] | 10 | if HAVE_NONFREE |
---|
| 11 | @echo " WARNING: This tarball will contain non-free data" |
---|
| 12 | else |
---|
[609] | 13 | @echo " WARNING: This tarball will exclude non-free data" |
---|
[622] | 14 | endif |
---|
[609] | 15 | @echo " ====================================================" |
---|
| 16 | @echo "" |
---|
| 17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.