From 74ecac063ebc074af8af6f4c58c2885852abbab5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Dec 2013 22:15:00 -0500 Subject: Remove Makefile.decl We are now using glib-tap.mk for the tests, and all we gain from Makefile.decl is a predefined EXTRA_DIST, which doesn't seem worth it. --- docs/Makefile.am | 2 -- docs/reference/Makefile.am | 2 -- docs/reference/gdk-pixbuf/Makefile.am | 3 --- 3 files changed, 7 deletions(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index 470cddf03..034926c59 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,5 +1,3 @@ -include $(top_srcdir)/Makefile.decl - SUBDIRS = reference -include $(top_srcdir)/git.mk diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index bc0b95435..3248edfb3 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -1,5 +1,3 @@ -include $(top_srcdir)/Makefile.decl - SUBDIRS = gdk-pixbuf GITIGNOREFILES = */*.1 diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 1583a6f76..61cfe49f4 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -1,6 +1,3 @@ -## Process this file with automake to produce Makefile.in -include $(top_srcdir)/Makefile.decl - AUTOMAKE_OPTIONS = 1.6 # The name of the module. -- cgit v1.2.1