]> granicus.if.org Git - libatomic_ops/commitdiff
Fix 'doc' files installation folder
authorAndy Li <andy@onthewings.net>
Tue, 9 May 2017 01:42:14 +0000 (09:42 +0800)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 15 May 2017 19:58:31 +0000 (22:58 +0300)
(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.

doc/Makefile.am

index 2eab40d7f648143df87c5701ecf4f716690cf245..5abd972dc5aa8202ce8f02889ee0050c5650c707 100644 (file)
@@ -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