Release 1.0.91 (pretest2): Info manual + generated README
Bump z per the releasable-set convention. Ship the Info manual (make info; make info-emacs fallback). Generate README.md from README.org via Emacs batch ox-md, with a pre-commit hook and board screenshots.
This commit is contained in:
parent
69a4de7538
commit
7918daf7ef
30 changed files with 45 additions and 33 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
# Makefile for card-games -- byte-compile, test, and package.
|
||||
EMACS ?= emacs
|
||||
PKG = card-games
|
||||
VERSION = 1.0.90
|
||||
VERSION = 1.0.91
|
||||
# Source files in dependency order (cg-core first).
|
||||
EL = cg-core.el cg-svg.el cg-render.el cg-net.el cg-bid.el cg-gaps.el cg-bid-ui.el cg-bid-net.el cg-solitaire.el cg-trick.el cg-eights.el cg-patience.el cg-president.el cg-rummy.el cg-rum500.el cg-handfoot.el cg-match.el cg-cribbage.el cg-scopa.el cg-trick-ext.el cg-spite.el cg-bridge.el cg-crapette.el card-games.el
|
||||
ELC = $(EL:.el=.elc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue