branch: externals/auctex commit 4714c740616b42997d1cca09a0297753d8246a91 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
; * GNUmakefile: Delete code remainder. --- GNUmakefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index c10a6cd864..1b4499a34f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -65,14 +65,6 @@ auctex-autoloads.el: rm -f $@ $(EMACS) $(AUTOLOAD) $(wildcard *.el) -# auctex-autoloads.el: -# $(EMACS) --eval \ -# "(loaddefs-generate \".\" \"auctex-autoloads.el\" nil \"\ -# (add-to-list 'load-path\n\ -# (directory-file-name\n\ -# (file-name-directory load-file-name)))\ -# \")" - %.elc: %.el $(EMACS) -f batch-byte-compile $<