source: abuse/trunk/Makefile.am @ 672

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