]> 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>
Wed, 24 May 2017 22:05:53 +0000 (01:05 +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 ef541505e8ce8b3bd9ce7cb6895903ab314da49e..c8475a4ed47709d93f567060e53539c9b33ff786 100644 (file)
@@ -12,7 +12,7 @@
 
 # installed documentation
 #
-dist_pkgdata_DATA = \
+dist_doc_DATA = \
         AUTHORS \
         README.md \
         doc/README.DGUX386 \