Build fixes needed for latest Riece pkg.
authorSteve Youngs <steve@sxemacs.org>
Mon, 27 Jun 2016 06:30:14 +0000 (16:30 +1000)
committerSteve Youngs <steve@sxemacs.org>
Mon, 27 Jun 2016 06:30:14 +0000 (16:30 +1000)
commit6703b9513f57d28c078d11ece3cb4abc74b628fc
tree3415148a8a9c81192b6a71c2d0c3be5c0864b4ee
parent81dca2885a6c2b08dc6f613e68c8d1ecdc6da488
Build fixes needed for latest Riece pkg.

This changeset takes care of a few bits of adimistrivia needed to get the
latest Riece to play nice with our packages.  Sadly, I've had to hard-code
some version strings (see the 3 new files).  Riece upstream uses a thing
called "gnulib" in a git submodule to automatically set the version.  That
is a whole world of overkill in my view, hence my decision to hard-code
the version.  I do apologise for that, but I'm lazy and that was easy. :-)

* xemacs-packages/riece/doc/version-en.texi: New.

* xemacs-packages/riece/doc/version-ja.texi: New.

* xemacs-packages/riece/lisp/riece-package-info.el: New

* xemacs-packages/riece/Makefile (AUTHOR_VERSION): Bump to reality.
(DONT_COMPILE): New.
(ELCS): Use pattern matching and wildcard instead of explicitly
listing all files.

* xemacs-packages/riece/package-info.in: Update provides.

* package-compile.el (package-name-to-directories): Add riece.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
package-compile.el
xemacs-packages/riece/Makefile
xemacs-packages/riece/doc/version-en.texi [new file with mode: 0644]
xemacs-packages/riece/doc/version-ja.texi [new file with mode: 0644]
xemacs-packages/riece/lisp/riece-package-info.el [new file with mode: 0644]
xemacs-packages/riece/package-info.in