From 7e5230b8ffe32cfe7c1ec31d37c40684893aa787 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 29 Aug 2008 02:42:58 -0400 Subject: Changed to using an autoconf/automake setup for building. This precipitated many changes to the code, including: - documentation has been moved into doc/ - the chess-eco opening moves are pre-generated from chess-eco.ps into chess-eco.fen, so users don't have to wait around for it to build - no longer using lispdoc to auto-gen function stubs in chess.texi, this means that chess-maint.el and lispdoc.el are gone --- chess-maint.el | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 chess-maint.el (limited to 'chess-maint.el') diff --git a/chess-maint.el b/chess-maint.el deleted file mode 100644 index 41612e3..0000000 --- a/chess-maint.el +++ /dev/null @@ -1,33 +0,0 @@ -(add-to-list 'load-path ".") - -(require 'cl) -(require 'pp) -(require 'chess) -(require 'chess-pgn) - -(defun chess-generate-texinfo-file () - (require 'lispdoc) - (require 'texinfo) - (with-temp-buffer - (insert-file-contents-literally "chess.texi") - (texinfo-mode) - (require 'chess-algebraic) - (require 'chess-display) - (require 'chess-engine) - (require 'chess-epd) - (require 'chess-fen) - (require 'chess-game) - (require 'chess-ics) - (require 'chess-pgn) - (require 'chess-ply) - (require 'chess-pos) - (require 'chess-random) - (require 'chess-var) - (require 'chess) - (texinfo-insert-node-lines (point-min) (point-max) t) - (texinfo-every-node-update) - (texinfo-all-menus-update t) - (texinfo-every-node-update) - (texinfo-all-menus-update t) - (update-lispdoc-tags) - (write-file "chess-final.texi"))) -- cgit v1.2.3