]> granicus.if.org Git - gc/commitdiff
Fix 'doc' files installation folder
authorAndy Li <andy@onthewings.net>
Tue, 9 May 2017 01:54:19 +0000 (09:54 +0800)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 11 May 2017 08:45:14 +0000 (11:45 +0300)
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

index 382dbdd5def0e06ac3635388ac7668a343ef6ca1..d280a58ca3763382fd98e3c1a382f1752fe43695 100644 (file)
@@ -12,7 +12,7 @@
 
 # installed documentation
 #
-dist_pkgdata_DATA = \
+dist_doc_DATA = \
         AUTHORS \
         README.md \
         doc/README.DGUX386 \