branch: main
commit 4714c740616b42997d1cca09a0297753d8246a91
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
; * GNUmakefile: Delete code remainder.
---
GNUmakefile | 8 --------
1 file changed, 8 deletions(-)
diff --git a/GNUmakefile b/GNUmakefile
index c10a6cd8..1b4499a3 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 $<