21 lines
693 B
Diff
21 lines
693 B
Diff
--- CUnit-2.1-3/doc/Makefile.am.orig 2017-02-19 14:51:34.536696700 +0300
|
|
+++ CUnit-2.1-3/doc/Makefile.am 2017-02-19 14:51:41.994123300 +0300
|
|
@@ -1,6 +1,6 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
-docdir = $(prefix)/doc/@PACKAGE@
|
|
+docdir = $(prefix)/share/doc/@PACKAGE@
|
|
|
|
doc_DATA = \
|
|
CUnit_doc.css \
|
|
--- CUnit-2.1-3/doc/headers/Makefile.am.orig 2017-02-19 15:09:17.624501900 +0300
|
|
+++ CUnit-2.1-3/doc/headers/Makefile.am 2017-02-19 15:09:23.647846400 +0300
|
|
@@ -1,6 +1,6 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
-dochdrdir = $(prefix)/doc/@PACKAGE@/headers
|
|
+dochdrdir = $(prefix)/share/doc/@PACKAGE@/headers
|
|
|
|
INCLUDE_FILES = \
|
|
Automated.h \
|