(fill-flowed-encode-tests): Use concatenated string to protect trailing
[gnus] / Makefile.in
index 2df0a45..e588579 100644 (file)
@@ -17,12 +17,18 @@ install:
        cd texi && $(MAKE) EMACS="$(EMACS)" install
        cd etc && $(MAKE) EMACS="$(EMACS)" install
 
+list-installed-shadows:
+       cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" list-installed-shadows
+
+remove-installed-shadows:
+       cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" remove-installed-shadows
+
 uninstall:
        cd lisp && $(MAKE) lispdir="$(lispdir)" uninstall
        cd texi && $(MAKE) uninstall
        cd etc && $(MAKE) uninstall
 
-GNUS-NEWS:
+GNUS-NEWS: texi/gnus-news.texi
        cd texi && $(MAKE) GNUS-NEWS
 
 # Rule for Lars and nobody else.