From 3fee20ad3b45f19073cb75b28672eeddec647e4c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 2 Dec 2010 15:48:52 -0600 Subject: Removing docs --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 98e4a88..86443ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,7 @@ SUBDIRS = data \ src \ bindings \ example \ - tests \ - docs + tests EXTRA_DIST = \ m4/introspection.m4 \ -- cgit v1.2.3 From aae875ca59b35a7259832a68c3610aa518c80e31 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 2 Dec 2010 15:49:12 -0600 Subject: Removing bindings --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 86443ea..1aa4619 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,5 @@ SUBDIRS = data \ src \ - bindings \ example \ tests -- cgit v1.2.3 From 14aebb70ae5cfe49736997bd9268942ec1e15dbb Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 2 Dec 2010 15:49:41 -0600 Subject: Removing LGPL --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1aa4619..71ed848 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,8 +9,6 @@ EXTRA_DIST = \ omf.make \ xmldocs.make \ autogen.sh \ - COPYING.LGPL.2.1 \ - COPYING.LGPL.3 \ ChangeLog DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall --enable-introspection -- cgit v1.2.3 From a5eb518ad20a629a26f0c614d43e7d2206391ab4 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 2 Dec 2010 15:50:43 -0600 Subject: Remove m4 files and including them in dist --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 71ed848..701fff8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,10 +4,7 @@ SUBDIRS = data \ tests EXTRA_DIST = \ - m4/introspection.m4 \ - gtk-doc.make \ omf.make \ - xmldocs.make \ autogen.sh \ ChangeLog -- cgit v1.2.3 From 683065b19e8b912c5e936418f118daa0f8505199 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 2 Dec 2010 15:51:22 -0600 Subject: Removing doc and introspection build options --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 701fff8..6729e86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ EXTRA_DIST = \ autogen.sh \ ChangeLog -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall --enable-introspection +DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ -- cgit v1.2.3 From caf5eeb4cd8e00320345c9cf5d2afe864940702b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 2 Dec 2010 15:54:17 -0600 Subject: Removing the example --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6729e86..f7ea14d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,5 @@ SUBDIRS = data \ src \ - example \ tests EXTRA_DIST = \ -- cgit v1.2.3 From 1a1a2e332070a389f840fd6c5ed6b5b8ffbf00fa Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 2 Dec 2010 16:54:51 -0600 Subject: Removing some unneeded files --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f7ea14d..335efc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,6 @@ SUBDIRS = data \ tests EXTRA_DIST = \ - omf.make \ - autogen.sh \ ChangeLog DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall -- cgit v1.2.3