From: Andy Li Date: Tue, 9 May 2017 01:54:19 +0000 (+0800) Subject: Fix 'doc' files installation folder X-Git-Tag: v8.0.0~746 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48a2697ac8d6e53290ab5288c0cfb6b0005c09bf;p=gc Fix 'doc' files installation folder Docs are dist_doc_DATA. They should be installed to /usr/share/doc. * doc/doc.am (dist_pkgdata_DATA): Move all items to dist_doc_DATA. --- diff --git a/doc/doc.am b/doc/doc.am index 382dbdd5..d280a58c 100644 --- a/doc/doc.am +++ b/doc/doc.am @@ -12,7 +12,7 @@ # installed documentation # -dist_pkgdata_DATA = \ +dist_doc_DATA = \ AUTHORS \ README.md \ doc/README.DGUX386 \