summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-10-05 17:05:54 +1300
committerRobert Ancell <robert.ancell@canonical.com>2012-10-05 17:05:54 +1300
commit34ad147b8a176b2c1b66c724e9ea26c905dbcdda (patch)
tree05d4b9c1f50ed9bc31c4cbd9f7046c57f111d251
parent0a76a8a43f673d24640aca64606d24c6dcf9ce20 (diff)
downloadlightdm-34ad147b8a176b2c1b66c724e9ea26c905dbcdda.tar.gz
Use xzip for tarballs, don't distribute AUTHORS, ChangeLog, README
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.am3
-rw-r--r--README1
-rw-r--r--configure.ac2
5 files changed, 3 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index 06515ce0..00000000
--- a/AUTHORS
+++ /dev/null
@@ -1 +0,0 @@
-See bzr+ssh://bazaar.launchpad.net/+branch/lightdm for the commit history
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 095ffa47..00000000
--- a/ChangeLog
+++ /dev/null
@@ -1 +0,0 @@
-See bzr+ssh://bazaar.launchpad.net/+branch/lightdm for the revision history
diff --git a/Makefile.am b/Makefile.am
index 8bd38656..06586809 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,8 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc
EXTRA_DIST = \
autogen.sh \
- lightdm.doap
+ lightdm.doap \
+ NEWS
DISTCLEANFILES = \
Makefile.in \
diff --git a/README b/README
deleted file mode 100644
index 0fd60300..00000000
--- a/README
+++ /dev/null
@@ -1 +0,0 @@
-https://launchpad.net/lightdm
diff --git a/configure.ac b/configure.ac
index 4665e00d..b1a20d2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(lightdm, 1.4.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
LT_INIT
AM_PROG_CC_C_O
AC_PROG_CXX