From 48a2697ac8d6e53290ab5288c0cfb6b0005c09bf Mon Sep 17 00:00:00 2001 From: Andy Li Date: Tue, 9 May 2017 09:54:19 +0800 Subject: [PATCH] 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. --- doc/doc.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.40.0