Team-To-Be-Determined / gnome-paint

Gnome Paint - A Lightweight Paint Application
GNU General Public License v3.0
0 stars 2 forks source link

Please install docs to /usr/share/doc/, not /usr/doc/ #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The Filesystem Hierarchy Standard (FHS for short) speficies /usr/share/doc bot 
not /usr/doc/, see <http://www.pathname.com/fhs/pub/fhs-2.3.html>

I propose this change in file ./gnome-paint-0.4.0/Makefile.am:

--- gnome_paintdocdir = ${prefix}/doc/gnome-paint
+++ gnome_paintdocdir = ${prefix}/share/doc/gnome-paint

Thanks for consideration!

Original issue reported on code.google.com by webmas...@hartwork.org on 16 Jun 2011 at 4:35