summaryrefslogtreecommitdiff
path: root/chess-auto.el.in
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-29 02:42:58 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-29 02:42:58 -0400
commit7e5230b8ffe32cfe7c1ec31d37c40684893aa787 (patch)
tree182101ebdd0429321339ca54a49aae0f559a5fe2 /chess-auto.el.in
parent9cd4c61d4ddbe87f461e402c754ea37782674bfd (diff)
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
Diffstat (limited to 'chess-auto.el.in')
-rw-r--r--chess-auto.el.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/chess-auto.el.in b/chess-auto.el.in
new file mode 100644
index 0000000..270a346
--- /dev/null
+++ b/chess-auto.el.in
@@ -0,0 +1,11 @@
+;;; -*-emacs-lisp-*-
+
+(require 'autoload)
+
+(defun generate-autoloads ()
+ (interactive)
+ (setq generated-autoload-file (car command-line-args-left))
+ (setq command-line-args-left (cdr command-line-args-left))
+ (batch-update-autoloads))
+
+;;; Generated autoloads follow (made by autoload.el).