source: abuse/trunk/Makefile.am @ 669

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
3SUBDIRS = src data doc
4
5EXTRA_DIST = COPYING.GPL COPYING.WTFPL PACKAGERS bootstrap
6
7dist-hook:
8        @echo ""
9        @echo "          ===================================================="
10if HAVE_NONFREE
11        @echo "            WARNING: This tarball will contain non-free data"
12else
13        @echo "            WARNING: This tarball will exclude non-free data"
14endif
15        @echo "          ===================================================="
16        @echo ""
17
Note: See TracBrowser for help on using the repository browser.