Skip to content

Commit

Permalink
Merge branch 'blc/loaddefs' [#14]
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed Aug 19, 2022
2 parents af929c1 + 3c4aad8 commit 449c17b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ clean:

bog-autoloads.el: bog.el
@$(BATCH) -L . --eval \
"(let (make-backup-files) \
(update-file-autoloads \"$(CURDIR)/$<\" t \"$(CURDIR)/$@\"))"
"(let* ((default-directory (file-name-as-directory \"$(CURDIR)\")) \
(target (expand-file-name \"$@\")) \
(excludes (list \"bog-tests.el\")) \
(make-backup-files nil)) \
(if (fboundp (quote loaddefs-generate)) \
(loaddefs-generate default-directory target excludes) \
(update-file-autoloads \"$<\" t target)))"

0 comments on commit 449c17b

Please sign in to comment.