X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=Makefile.am;h=12371406c4ef6bc312e6cf4f5b0d23255457d70e;hp=072360c82a2d645d0deed473dbb381b82afbc6b8;hb=refs%2Fheads%2F1.1;hpb=8c189c2a9b77fb326ab5f27a05bf2601e16af017 diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 072360c8..00000000 --- a/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -## Process this file with automake to get Makefile.in - -AUTOMAKE_OPTIONS = gnu - -SUBDIRS = m4 lib src doc po - -ACLOCAL_AMFLAGS = -I m4 - -EXTRA_DIST = config.rpath mkinstalldirs system.h COPYING.README depcomp - -ChangeLog: - cvs2cl -U cvsusers --fsf - -svn-clean: maintainer-clean - svn status --no-ignore | sed -n 's/^\? \+//p' | tr '\012' '\0' | xargs -r0 rm -rf - -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