libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / developer / cunit / patches / cunit-04-docdir.patch
blobb00a51e089c69571f3d322e21e94bb72f2deb375
1 --- ./doc/Makefile.am.orig 2014-10-22 00:06:43.308675070 +0000
2 +++ ./doc/Makefile.am 2014-10-22 00:07:55.597609984 +0000
3 @@ -1,6 +1,6 @@
4 ## Process this file with automake to produce Makefile.in
6 -docdir = $(prefix)/doc/@PACKAGE@
7 +docdir = $(datadir)/doc/@PACKAGE@
9 doc_DATA = \
10 CUnit_doc.css \
11 @@ -13,4 +13,4 @@
12 test_registry.html \
13 writing_tests.html
15 -SUBDIRS = headers
16 \ No newline at end of file
17 +SUBDIRS = headers
18 3c3
19 --- ./doc/headers/Makefile.am.orig 2014-10-22 00:23:48.224801096 +0000
20 +++ ./doc/headers/Makefile.am 2014-10-22 00:24:03.103112030 +0000
21 @@ -1,6 +1,6 @@
22 ## Process this file with automake to produce Makefile.in
24 -dochdrdir = $(prefix)/doc/@PACKAGE@/headers
25 +dochdrdir = $(datadir)/doc/@PACKAGE@/headers
27 INCLUDE_FILES = \
28 Automated.h \