[ 
https://issues.apache.org/jira/browse/ARROW-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253368#comment-16253368
 ] 

ASF GitHub Bot commented on ARROW-1809:
---------------------------------------

xhochy closed pull request #1318: ARROW-1809: [GLib] Use .xml instead of .sgml 
for GTK-Doc main file
URL: https://github.com/apache/arrow/pull/1318
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/c_glib/doc/reference/Makefile.am b/c_glib/doc/reference/Makefile.am
index 896aff544..4c005c237 100644
--- a/c_glib/doc/reference/Makefile.am
+++ b/c_glib/doc/reference/Makefile.am
@@ -20,7 +20,7 @@ SUBDIRS =                                       \
 
 DOC_MODULE = arrow-glib
 
-DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
+DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
 
 DOC_SOURCE_DIR =                               \
        $(top_srcdir)/arrow-glib
diff --git a/c_glib/doc/reference/arrow-glib-docs.sgml 
b/c_glib/doc/reference/arrow-glib-docs.xml
similarity index 100%
rename from c_glib/doc/reference/arrow-glib-docs.sgml
rename to c_glib/doc/reference/arrow-glib-docs.xml
diff --git a/c_glib/doc/reference/meson.build b/c_glib/doc/reference/meson.build
index 4c9552e83..3374fbde5 100644
--- a/c_glib/doc/reference/meson.build
+++ b/c_glib/doc/reference/meson.build
@@ -49,7 +49,7 @@ if arrow_gpu_dependency.found()
   ]
 endif
 gnome.gtkdoc(meson.project_name(),
-             main_xml: meson.project_name() + '-docs.sgml',
+             main_xml: meson.project_name() + '-docs.xml',
              src_dir: source_directories,
              dependencies: dependencies,
              gobject_typesfile: meson.project_name() + '.types',


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [GLib] Use .xml instead of .sgml for GTK-Doc main file
> ------------------------------------------------------
>
>                 Key: ARROW-1809
>                 URL: https://issues.apache.org/jira/browse/ARROW-1809
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: GLib
>            Reporter: Kouhei Sutou
>            Assignee: Kouhei Sutou
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to