György Balló has proposed merging lp:~ballogy/activity-log-manager/use-docdir 
into lp:activity-log-manager.

Requested reviews:
  Activity Log Manager (activity-log-manager)

For more details, see:
https://code.launchpad.net/~ballogy/activity-log-manager/use-docdir/+merge/130707

Currently, the documentation is installed into a non-standard "/usr/doc/alm" 
directory. This change modify it to use to the standard 
"/usr/share/doc/activity-log-manager" directory instead.
-- 
https://code.launchpad.net/~ballogy/activity-log-manager/use-docdir/+merge/130707
Your team Activity Log Manager is requested to review the proposed merge of 
lp:~ballogy/activity-log-manager/use-docdir into lp:activity-log-manager.
=== modified file 'Makefile.am'
--- Makefile.am	2012-01-30 19:39:38 +0000
+++ Makefile.am	2012-10-21 18:07:25 +0000
@@ -7,7 +7,7 @@
                  intltool-merge.in \
                  intltool-update.in
 
-almdocdir = ${prefix}/doc/alm
+almdocdir = ${docdir}
 almdoc_DATA = \
 	README\
 	COPYING\

=== modified file 'Makefile.in'
--- Makefile.in	2012-05-27 20:09:22 +0000
+++ Makefile.in	2012-10-21 18:07:25 +0000
@@ -334,7 +334,7 @@
                  intltool-merge.in \
                  intltool-update.in
 
-almdocdir = ${prefix}/doc/alm
+almdocdir = ${docdir}
 almdoc_DATA = \
 	README\
 	COPYING\

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to