1 ## Process this file with automake to get Makefile.in
5 SUBDIRS = m4 lib src doc po
7 ACLOCAL_AMFLAGS = -I m4
9 EXTRA_DIST = config.rpath mkinstalldirs system.h COPYING.README depcomp
14 svn-clean: maintainer-clean
15 svn status --no-ignore | sed -n 's/^[?I] \+//p' | tr '\012' '\0' | xargs -r0 rm -rf
18 dpkg-buildpackage -rfakeroot
21 cp $(distdir).tar.gz /usr/src/redhat/SOURCES/
22 cp redhat/tinc.spec /usr/src/redhat/SOURCES/
23 cd /usr/src/redhat/SOURCES/ && rpm -bb tinc.spec
28 echo "Please edit the NEWS file now..."