gstreamer/docs/Makefile.am
Víctor Manuel Jáquez Leal 89e41fc8e3 build: use git.mk
This patch handles dinamically the gitignore files with git.mk[1].

Removed the automake variable MAINTAINERCLANFILES in most of the
Makefile.am files since now it is handled by the top one.

1. https://github.com/behdad/git.mk/blob/master/git.mk

https://bugzilla.gnome.org/show_bug.cgi?id=749321
2015-05-18 16:14:46 +02:00

10 lines
113 B
Makefile

SUBDIRS =
if ENABLE_GTK_DOC
SUBDIRS += reference
endif
DIST_SUBDIRS = reference
-include $(top_srcdir)/git.mk