* message-ja.texi (message-citation-line-function): Add a comma just after
[elisp/gnus.git-] / Makefile.in
index fb624a5..9a70c03 100644 (file)
@@ -80,10 +80,10 @@ install-package-lisp:
        fi; \
        echo "cd lisp && $(MAKE) EMACS=$(XEMACS)" \
                "lispdir=$$package_dir""/lisp/$(GNUS_PRODUCT_NAME)" \
-               "install"; \
+               "install-without-compiling"; \
        cd lisp && $(MAKE) EMACS="$(XEMACS)" \
                lispdir="$$package_dir""/lisp/$(GNUS_PRODUCT_NAME)" \
-               install
+               install-without-compiling
 
 install-package-info:
        @if test x$(PACKAGEDIR) = x; then \
@@ -163,7 +163,7 @@ clean:
        for i in lisp texi; do (cd $$i; $(MAKE) clean); done
 
 elclean:
-       cd lisp && rm -f *.elc auto-autoloads.el custom-load.el
+       cd lisp && rm -f *.elc auto-autoloads.el custom-load.el gnus-load.el
 
 x:
        $(MAKE) EMACS="$(XEMACS)"