components/gnome/libnotify/patches/01-doc-build.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 31 May 2016 16:05:58 -0700
changeset 6115 55570225d8f2
permissions -rw-r--r--
23245337 Move libnotify to Userland and update to 0.7.6 PSARC/2016/336 Libnotify-4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6115
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
Fix builds outside of source tree for documentation.  Potentially applicable to be sent upstream
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
--- libnotify-0.7.6/docs/Makefile.am	2011-08-16 04:52:04.000000000 -0700
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
+++ libnotify-0.7.6/docs/Makefile.am	2015-06-25 22:00:14.211074742 -0700
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
@@ -12,7 +12,7 @@
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
 htmldoc_DATA = notification-spec.html
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
 
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
 notification-spec.html: $(SPEC_XML_FILES)
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
-	$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks -m $(top_srcdir)/docs/config.xsl notification-spec.xml
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
+	$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks -m $(top_srcdir)/docs/config.xsl $(top_srcdir)/docs/notification-spec.xml
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
 
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
 endif # DOCBOOK_DOCS_ENABLED
55570225d8f2 23245337 Move libnotify to Userland and update to 0.7.6
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13