Annotation of embedaddon/igmpproxy/Makefile.am, revision 1.1

1.1     ! misho       1: SUBDIRS = doc src
        !             2: EXTRA_DIST = GPL.txt Stanford.txt
        !             3: dist_sysconf_DATA = igmpproxy.conf
        !             4: 
        !             5: ChangeLog:
        !             6:        git --git-dir=$(srcdir)/.git log > $@
        !             7: 
        !             8: AUTHORS: ChangeLog
        !             9:        ( echo "Authors and contributors, in alphabetical order: "; echo; \
        !            10:        sed -r "s/^Author: (.*)/\1/;t;d" $< | sort -u ) > $@

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>