This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new bd54041  [GLib] Use the default directory of GTK-Doc (#2058)
bd54041 is described below

commit bd54041689ab368a950ff4a321aba1403e15952c
Author: Kouhei Sutou <k...@cozmixng.org>
AuthorDate: Fri May 18 05:30:23 2018 +0900

    [GLib] Use the default directory of GTK-Doc (#2058)
    
    We don't need to customize it.
---
 c_glib/.gitignore                | 2 +-
 c_glib/autogen.sh                | 2 +-
 c_glib/doc/reference/Makefile.am | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/c_glib/.gitignore b/c_glib/.gitignore
index 4ad5044..6cd02f5 100644
--- a/c_glib/.gitignore
+++ b/c_glib/.gitignore
@@ -43,7 +43,6 @@ Makefile.in
 /doc/reference/*.prerequisites
 /doc/reference/*.signals
 /doc/reference/*.types
-/doc/reference/gtk-doc.make
 /doc/reference/entities.xml
 /doc/reference/*.stamp
 /doc/reference/html/
@@ -61,3 +60,4 @@ Makefile.in
 /example/build
 /example/read-batch
 /example/read-stream
+/gtk-doc.make
diff --git a/c_glib/autogen.sh b/c_glib/autogen.sh
index 31c2285..d1e4df8 100755
--- a/c_glib/autogen.sh
+++ b/c_glib/autogen.sh
@@ -22,5 +22,5 @@ set -e
 
 mkdir -p m4
 
-gtkdocize --copy --docdir doc/reference
+gtkdocize --copy
 autoreconf --install
diff --git a/c_glib/doc/reference/Makefile.am b/c_glib/doc/reference/Makefile.am
index 35f803e..6f916a6 100644
--- a/c_glib/doc/reference/Makefile.am
+++ b/c_glib/doc/reference/Makefile.am
@@ -61,7 +61,7 @@ GTKDOC_LIBS +=                                                
        \
        $(top_builddir)/arrow-gpu-glib/libarrow-gpu-glib.la
 endif
 
-include $(srcdir)/gtk-doc.make
+include $(top_srcdir)/gtk-doc.make
 
 CLEANFILES +=                                  \
        $(DOC_MODULE)-decl-list.txt             \

-- 
To stop receiving notification emails like this one, please contact
w...@apache.org.

Reply via email to