From 2a2916c1df6f7d783425edb08b44b203c3e8372a Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 8 Jun 2011 14:40:06 +0100 Subject: [PATCH] build: add LICENSE to distcheck and ignore made tarballs --- .gitignore | 1 + Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 548e5639..9375b1ff 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ SparkleShare/sparkleshare po/sparkleshare.pot SparkleShare/Nautilus/sparkleshare-nautilus-extension.py gnome-doc-utils.make +sparkleshare-* diff --git a/Makefile.am b/Makefile.am index b78adc24..6f2ce205 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,8 @@ SUBDIRS = \ data \ po -EXTRA_DIST = gnome-doc-utils.make +EXTRA_DIST = gnome-doc-utils.make \ + LICENSE DISTCLEANFILES = \ intltool-extract \