diff options
author | algernon <algernon> | 2001-06-29 14:56:40 +0000 |
---|---|---|
committer | algernon <algernon> | 2001-06-29 14:56:40 +0000 |
commit | e296907f890220ef63560a771db16e4f684f67fe (patch) | |
tree | ccd4d28a8a38327098e806df8495ee89243c58a2 | |
parent | 6a511f45668d3c816b23af1a986c714c7d3be3f1 (diff) | |
download | ratpoison-e296907f890220ef63560a771db16e4f684f67fe.zip |
do not include debian/ in the tarball
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index aa4adc9..e08173e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## -## $Id: Makefile.am,v 1.7 2001/03/02 09:40:59 sabetts Exp $ +## $Id: Makefile.am,v 1.8 2001/06/29 14:56:40 algernon Exp $ PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -32,13 +32,7 @@ SUBDIRS = src doc docdir = $(datadir)/doc/$(PACKAGE) doc_DATA = AUTHORS COPYING ChangeLog NEWS README -debian_FILES = debian/changelog debian/control debian/copyright \ - debian/ratpoison.dirs debian/ratpoison.doc-base \ - debian/ratpoison.docs debian/ratpoison.info \ - debian/ratpoison.menu debian/ratpoison.watch \ - debian/ratpoison.wm debian/rules - -EXTRA_DIST = $(doc_DATA) $(debian_FILES) +EXTRA_DIST = $(doc_DATA) dist-hook: chmod -R go-w $(distdir) |