1 ## Process this file with automake to get Makefile.in
5 SUBDIRS = m4 intl lib src doc po
9 EXTRA_DIST = system.h COPYING.README
11 CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
12 config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs \
13 stamp-h.in m4/Makefile.am ChangeLog po/Makefile.in.in \
14 po/tinc.pot src/.libs intl
17 cvs2cl -U cvsusers --fsf
19 cvs-clean: maintainer-clean
20 for f in $(CVS_CREATED) `find -name Makefile.in` tinc-$(VERSION).tar.gz; do\
25 dpkg-buildpackage -rfakeroot
28 cp $(distdir).tar.gz /usr/src/redhat/SOURCES/
29 cp redhat/tinc.spec /usr/src/redhat/SOURCES/
30 cd /usr/src/redhat/SOURCES/ && rpm -bb tinc.spec
35 echo "Please edit the NEWS file now..."