From b1d89739909c4261280b21998e2eb0ad62ea0f8a Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 24 Oct 2003 03:27:53 +0000 Subject: [PATCH] figured out how to make autoconf a bit less viral (thanks cherub) svn:r666 --- COPYING | 1 - Makefile.am | 4 +++- NEWS | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 COPYING delete mode 100644 NEWS diff --git a/COPYING b/COPYING deleted file mode 100644 index ded21dabef..0000000000 --- a/COPYING +++ /dev/null @@ -1 +0,0 @@ -Automake wants this file. See LICENSE instead. diff --git a/Makefile.am b/Makefile.am index 3926fc794c..0e8fa94252 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,11 @@ +AUTOMAKE_OPTIONS = foreign + # else it keeps trying to put COPYING back in SUBDIRS = src doc DIST_SUBDIRS = src doc -EXTRA_DIST = LICENSE +EXTRA_DIST = INSTALL README AUTHORS LICENSE #install-data-local: # $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor diff --git a/NEWS b/NEWS deleted file mode 100644 index bd81a337d1..0000000000 --- a/NEWS +++ /dev/null @@ -1,2 +0,0 @@ -NEWS ----- \ No newline at end of file