From: Andy Li Date: Tue, 9 May 2017 01:42:14 +0000 (+0800) Subject: Fix 'doc' files installation folder X-Git-Tag: v7.2h~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efbeb1e85123b24acd9522e4f46e0b6d0a484a67;p=libatomic_ops Fix 'doc' files installation folder (Cherry-pick commit 17cfaaf from 'release-7_4' branch.) docs are dist_doc_DATA. They should be installed to /usr/share/doc. * doc/Makefile.am (dist_pkgdata_DATA): Remove COPYING, LICENSING.txt, README.txt, README_stack.txt, README_malloc.txt, README_win32.txt. * doc/Makefile.am (dist_doc_DATA): Add COPYING, LICENSING.txt, README.txt, README_stack.txt, README_malloc.txt, README_win32.txt. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 2eab40d..5abd972 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,4 @@ # installed documentation # -dist_pkgdata_DATA=COPYING LICENSING.txt README.txt README_stack.txt README_malloc.txt README_win32.txt +dist_doc_DATA = COPYING LICENSING.txt README.txt README_stack.txt \ + README_malloc.txt README_win32.txt