1 ## Process this file with automake to produce Makefile.in
2 ACLOCAL_AMFLAGS=-I m4 ${ACLOCAL_FLAGS}
4 SUBDIRS = cmake help tests
20 gtkdocdatadir = $(datadir)/gtk-doc/data
23 version-greater-or-equal.xsl \
30 style/left-insensitive.png \
32 style/right-insensitive.png \
34 style/up-insensitive.png \
37 pylibdatadir = $(datadir)/gtk-doc/python/gtkdoc
54 pkgconfigdir = $(datadir)/pkgconfig
55 pkgconfig_DATA = gtk-doc.pc
57 aclocaldir = $(datadir)/aclocal
58 aclocal_DATA = gtk-doc.m4
60 gtk-doc.flat.make: gtk-doc.make
61 @$(SED) -e "s/EXTRA_DIST =/EXTRA_DIST +=/" $< >$@
74 doc/sections-file.txt \
78 examples/Makefile.am \
79 tools/docpercentages.pl \
100 gtkdoc/md_to_db.pyc \
126 MAINTAINERCLEANFILES = \
127 $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
128 $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
129 $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
135 __pycache__ gtkdoc/__pycache__ tests/__pycache__
137 -include $(top_srcdir)/git.mk
140 @if test -d "$(srcdir)/.git"; \
142 echo Creating ChangeLog && \
143 ( cd "$(top_srcdir)" && \
144 echo '# Generated by Makefile. Do not edit.'; echo; \
145 $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \
146 && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
147 || ( rm -f ChangeLog.tmp ; \
148 echo Failed to generate ChangeLog >&2 ); \
150 echo A git clone is required to generate a ChangeLog >&2; \