vm team mailing list archive
-
vm team
-
Mailing list archive
-
Message #01065
[Bug 612222] Re: Wishlist: Install NEWS in builds
Ulrich responds:
> What about the Makefiles in other subdirectories? Don't they need
> to be updated too?
So far, I haven't noticed any other problems with installation paths.
One thing that I just stumbled upon: lisp/Makefile.in uses infodir but
all other Makefiles use info_dir. The former is defined by autoconf,
the latter is explicitly assigned in configure.ac. Probably it should
be changed to info_dir everywhere.
> Do we still need datadir and datarootdir in the Makefiles now?
Right, they are not needed any more. Also it looks like top_srcdir can
be removed everywhere, except for the top level Makefile. I can
prepare a patch tomorrow.
> Also, the INSTALL file claims that the documentation will be
> installed in ${prefix}/share/doc/vm-X.Y.Z. But, I don't see the
> -X.Y.Z part being generated at the moment.
So the INSTALL file should be updated?
> The reason for putting NEWS etc. files in two places is to satisfy
> the users that follow Emacs conversions and those that follow Linux
> conventions. We have had plenty of problems in the past with users
> not knowing what has changed because they had no access to the the
> NEWS file.
I'm aware that this is a long standing issue. However, 8.1.1 didn't
install these files at all, and now 8.2.0b installs them twice. ;-)
--
You received this bug notification because you are a member of VM
development team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/612222
Title:
Wishlist: Install NEWS in builds
Status in VM (View Mail) for Emacs:
In Progress
Bug description:
The VM NEWS file gets lost when distros install VM. Change the build
process so that it gets installed in emacs/etc.
Ulrich thinks all VM-related files should go into a subdirectory
$(prefix)/share/emacs/etc/vm. Other files that could go into this
subdirectory are
CHANGES
README
TODO
Perhaps the images files should go here too?
To manage notifications about this bug go to:
https://bugs.launchpad.net/vm/+bug/612222/+subscriptions
References