comparison lisp/Makefile.in @ 108099:3040d386675c

Minor htmlfontify simplifications. * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values): Add autoload cookies. (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs. (generated-autoload-file): Set file-local value to "htmlfontify.el". * htmlfontify.el (caddr, cadddr): Remove fallback definitions. They have definitions / compiler macros in cl.el. (htmlfontify-load-rgb-file, hfy-fallback-colour-values): Replace manual autoloads with generated ones. (htmlfontify-unload-rgb-file): Remove autoload.
author Glenn Morris <rgm@gnu.org>
date Fri, 23 Apr 2010 19:36:43 -0700
parents 87db339a9f55
children 438f784b2966
comparison
equal deleted inserted replaced
108098:9d6e94fa5028 108099:3040d386675c
149 # The chmod +w is to handle env var CVSREAD=1. Files named 149 # The chmod +w is to handle env var CVSREAD=1. Files named
150 # are identified by being the value of `generated-autoload-file'. 150 # are identified by being the value of `generated-autoload-file'.
151 autoloads: $(LOADDEFS) doit 151 autoloads: $(LOADDEFS) doit
152 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ 152 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \
153 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \ 153 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \
154 $(lisp)/dired.el $(lisp)/ibuffer.el 154 $(lisp)/dired.el $(lisp)/ibuffer.el $(lisp)/htmlfontify.el
155 cd $(lisp); $(setwins_almost); \ 155 cd $(lisp); $(setwins_almost); \
156 echo Directories: $$wins; \ 156 echo Directories: $$wins; \
157 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins 157 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins
158 158
159 # This is required by the bootstrap-emacs target in ../src/Makefile, so 159 # This is required by the bootstrap-emacs target in ../src/Makefile, so