X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=3bf6bdee8f72580cc66d55bfde4e635eb9aef843;hb=f79cc0e0bba16a3aa42a5fa13098cda714623205;hp=e40199308f239961359e0876ca1634b45065156d;hpb=08aabbf9317806bc50a9a6693ca866c8936ce26b;p=meshlink diff --git a/Makefile.am b/Makefile.am index e4019930..3bf6bdee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,26 +2,11 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 lib src doc po +SUBDIRS = m4 catta src doc test examples ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs have.h system.h COPYING.README depcomp +EXTRA_DIST = README.android ChangeLog: git log > ChangeLog - -deb: - dpkg-buildpackage -rfakeroot - -rpm: dist - cp $(distdir).tar.gz /usr/src/redhat/SOURCES/ - cp redhat/tinc.spec /usr/src/redhat/SOURCES/ - cd /usr/src/redhat/SOURCES/ && rpm -bb tinc.spec - -release: - rm -f ChangeLog - $(MAKE) ChangeLog - echo "Please edit the NEWS file now..." - /usr/bin/editor NEWS - $(MAKE) dist