2019-08-26 11:44:36 +00:00
|
|
|
## Process this file with automake to get Makefile.in
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = gnu
|
|
|
|
|
2019-08-26 11:44:49 +00:00
|
|
|
SUBDIRS = m4 src doc gui
|
2019-08-26 11:44:36 +00:00
|
|
|
|
2019-08-26 11:44:36 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2019-08-26 11:44:36 +00:00
|
|
|
|
2019-08-26 11:44:49 +00:00
|
|
|
EXTRA_DIST = have.h system.h COPYING.README
|
2019-08-26 11:44:36 +00:00
|
|
|
|
|
|
|
ChangeLog:
|
2019-08-26 11:44:38 +00:00
|
|
|
git log > ChangeLog
|
2019-08-26 11:44:48 +00:00
|
|
|
|
2019-08-26 11:44:49 +00:00
|
|
|
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
|