Merge lp:~ballogy/activity-log-manager/use-docdir into lp:~activity-log-manager/activity-log-manager/vala

Proposed by Balló György
Status: Merged
Merge reported by: Manish Sinha (मनीष सिन्हा)
Merged at revision: not available
Proposed branch: lp:~ballogy/activity-log-manager/use-docdir
Merge into: lp:~activity-log-manager/activity-log-manager/vala
Diff against target: 25 lines (+2/-2)
2 files modified
Makefile.am (+1/-1)
Makefile.in (+1/-1)
To merge this branch: bzr merge lp:~ballogy/activity-log-manager/use-docdir
Reviewer Review Type Date Requested Status
Activity Log Manager Pending
Review via email: mp+130707@code.launchpad.net

Description of the change

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.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== 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 @@
7 intltool-merge.in \7 intltool-merge.in \
8 intltool-update.in8 intltool-update.in
99
10almdocdir = ${prefix}/doc/alm10almdocdir = ${docdir}
11almdoc_DATA = \11almdoc_DATA = \
12 README\12 README\
13 COPYING\13 COPYING\
1414
=== 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 @@
334 intltool-merge.in \334 intltool-merge.in \
335 intltool-update.in335 intltool-update.in
336336
337almdocdir = ${prefix}/doc/alm337almdocdir = ${docdir}
338almdoc_DATA = \338almdoc_DATA = \
339 README\339 README\
340 COPYING\340 COPYING\

Subscribers

People subscribed via source and target branches