From 8c9b804cdc88cd8bf0fe0a49fa90bdf083877bb8 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Mon, 3 Nov 2008 03:35:48 +0200 Subject: gtk-doc.make is under gtkdoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `gtkdocize --copy --flavour no-tmpl --docdir gtkdoc' installs gtk-doc.make under "gtkdoc" directory. Tested on Debian unstable/experimental, gtk-doc-tools 1.10-1. Signed-off-by: Marc-André Lureau Signed-off-by: Lennart Poettering --- gtkdoc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtkdoc/Makefile.am') diff --git a/gtkdoc/Makefile.am b/gtkdoc/Makefile.am index 963a93d..a41513a 100644 --- a/gtkdoc/Makefile.am +++ b/gtkdoc/Makefile.am @@ -71,7 +71,7 @@ INCLUDES= GTKDOC_LIBS= # This includes the standard gtk-doc make rules, copied by gtkdocize. -include $(top_srcdir)/gtk-doc.make +include $(top_srcdir)/gtkdoc/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -- cgit