[Xfce4-commits] [bindings/thunarx-python] 01/01: Fix build issues with html docs

noreply at xfce.org noreply at xfce.org
Thu Nov 30 15:17:11 CET 2017


This is an automated email from the git hooks/post-receive script.

a   d   a   m   p   l   u   m   b       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository bindings/thunarx-python.

commit f800b45f2d9cadf8a0fa0bebebbccf650df1a8a5
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Thu Nov 30 09:17:03 2017 -0500

    Fix build issues with html docs
---
 Makefile.am      | 1 +
 docs/Makefile.am | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a46e4bb..d881327 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,7 @@ SUBDIRS = src examples
 
 if ENABLE_GTK_DOC
 SUBDIRS += docs
+CLEANFILES = html.stamp
 endif
 
 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 2b16969..6072543 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -64,9 +64,11 @@ if ENABLE_GTK_DOC
 
 reference/builddate.xml: $(REFERENCE_DEPS)
 	$(PYTHON) -c 'import datetime; print datetime.date.today()' > $@
-	
+
 $(HTML_DATA): $(REFERENCE_DEPS) reference/builddate.xml
-	$(GTKDOC_MKHTML) thunarx-python reference/thunarx-python-ref.xml
+	$(GTKDOC_MKHTML) \
+		thunarx-python $(srcdir)/reference/thunarx-python-ref.xml \
+		--path $(BUILDDIR)/reference:$(srcdir)/reference
 	touch $@
 	
 endif

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list