VM

Comment 21 for bug 612222

Revision history for this message
Ulrich Müller (ulm) wrote : Re: [VM] Announcement: VM 8.2.0b (beta-testing) release

>>>>> On Fri, 30 Dec 2011, Uday Reddy wrote:

> Well, for example, etcdir doesn't appear in the pixmaps directory's
> Makefile.

>> >> What do you think about installing them in docdir only, but with
>> >> docdir being equal to etcdir by default (as it's the case for
>> >> XEmacs already)? That way, distros could change the default as
>> >> needed (according to their policy), without installing these
>> >> files twice.

> Ok, I think I can live with that. If you can include that in your
> patch too, that would be great!

Hi Uday,
You can find my changes in lp:~ulm/vm/experimental . I've split them
into several commits, so you can pick the ones that you like:

1316 Build system: Use infodir instead of info_dir throughout.

1317 Install ancillary documentation files in docdir only.
      Set default for docdir to be equal to etcdir.

1318 Remove unused and duplicate variable definitions from Makefiles.

1319 Add example.vm to list of documentation files.

1320 Don't install COPYING. The license is included in the Texinfo
      documentation already, which is also used be vm-license.el.
      (Also it's against the policy of most distros to install this file.)

Cheers,
Ulrich