components/gnome/libnotify/patches/01-doc-build.patch
changeset 6115 55570225d8f2
equal deleted inserted replaced
6114:b4ecb55aa3ca 6115:55570225d8f2
       
     1 Fix builds outside of source tree for documentation.  Potentially applicable to be sent upstream
       
     2 
       
     3 --- libnotify-0.7.6/docs/Makefile.am	2011-08-16 04:52:04.000000000 -0700
       
     4 +++ libnotify-0.7.6/docs/Makefile.am	2015-06-25 22:00:14.211074742 -0700
       
     5 @@ -12,7 +12,7 @@
       
     6  htmldoc_DATA = notification-spec.html
       
     7  
       
     8  notification-spec.html: $(SPEC_XML_FILES)
       
     9 -	$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks -m $(top_srcdir)/docs/config.xsl notification-spec.xml
       
    10 +	$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks -m $(top_srcdir)/docs/config.xsl $(top_srcdir)/docs/notification-spec.xml
       
    11  
       
    12  endif # DOCBOOK_DOCS_ENABLED
       
    13