[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] auto-loads.el in Makefile.in
From: |
Masayuki Ataka |
Subject: |
[AUCTeX-devel] auto-loads.el in Makefile.in |
Date: |
Sun, 15 May 2005 02:34:40 +0900 (JST) |
Hi,
Emacs-21.4 or less fails `update-file-autoloads' if the target
file does not exist. So, the codes between >> and << in
Makefile leads to error when Emacs is less than 22. Should we
need this code?
auto-loads.el: $(AUCSRC) $(COMPILE_MULE) Makefile
test X$(packagedir) != Xno || \
rm -f $@ ; \
>>
$(ELCC) $(AUTOLOAD) $(AUCSRC); \
test -r $@ || \
<<
echo ";; Auto-generated part of tex-site.el" > $@ ; \
echo "" >> $@ ; \
$(ELCC) $(AUTOLOAD) $(AUCSRC) $(COMPILE_MULE)
Reported by Ikumi. Thank you.
---
email: address@hidden
Name:: Masayuki Ataka // (Japan)
- [AUCTeX-devel] auto-loads.el in Makefile.in,
Masayuki Ataka <=