Changeset 622


Ignore:
Timestamp:
May 9, 2011, 3:19:55 AM (12 years ago)
Author:
Sam Hocevar
Message:

doc: add Antti to the list of packagers, and add a warning message when
building a full tarball.

Location:
abuse/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/Makefile.am

    r612 r622  
    55EXTRA_DIST = COPYING.GPL COPYING.WTFPL PACKAGERS bootstrap
    66
    7 if HAVE_NONFREE
    8 else
    97dist-hook:
    108        @echo ""
    119        @echo "          ===================================================="
     10if HAVE_NONFREE
     11        @echo "            WARNING: This tarball will contain non-free data"
     12else
    1213        @echo "            WARNING: This tarball will exclude non-free data"
     14endif
    1315        @echo "          ===================================================="
    1416        @echo ""
    15 endif
    1617
  • abuse/trunk/PACKAGERS

    r614 r622  
    2727
    2828Debian: Sam Hocevar <sam@hocevar.net>
     29OpenBSD: Antti Harri <iku@openbsd.fi>
    2930
Note: See TracChangeset for help on using the changeset viewer.