From 9afb6eff85489614d0bc56a3a661473c25f9d892 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 14 Jan 2014 09:43:01 +0100 Subject: [PATCH] Move gtk-doc.make into build directory --- gtk-doc.make => build/gtk-doc.make | 0 doc/manual/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename gtk-doc.make => build/gtk-doc.make (100%) diff --git a/gtk-doc.make b/build/gtk-doc.make similarity index 100% rename from gtk-doc.make rename to build/gtk-doc.make diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index adaebfd..ce32df3 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -114,7 +114,7 @@ version.xml: $(AM_V_GEN) echo -n $(VERSION) > "$@" # This includes the standard gtk-doc make rules, copied by gtkdocize. -include $(top_srcdir)/gtk-doc.make +include $(top_srcdir)/build/gtk-doc.make if ENABLE_GTK_DOC man1_MANS = trust.1 -- 2.50.1