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: [EMAIL PROTECTED]
Name:: Masayuki Ataka // (Japan)
_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel