Import No Gnus v0.4.
[elisp/gnus.git-] / etc / Makefile.in
index 517bfad..ff9967f 100644 (file)
@@ -13,16 +13,19 @@ INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 SHELL = /bin/sh
 
-install: 
+install:
        $(SHELL) $(top_srcdir)/mkinstalldirs $(etcdir)
        cd $(srcdir) \
        && for p in gnus-tut.txt; do \
          echo " $(INSTALL_DATA) $$p $(etcdir)/$$p"; \
          $(INSTALL_DATA) $$p $(etcdir)/$$p; \
        done
-       $(SHELL) $(top_srcdir)/mkinstalldirs $(etcdir)/images/gnus
+       $(SHELL) $(top_srcdir)/mkinstalldirs $(etcdir)/images/gnus $(etcdir)/images/mail
        cd $(srcdir) \
-       && for p in images/gnus/*.xpm images/gnus/*.pbm images/gnus/*.xbm images/gnus/x-splash; do \
+       && for p in images/gnus/*.xpm images/gnus/*.pbm images/gnus/*.xbm \
+                    images/mail/*.xpm images/mail/*.pbm \
+                    images/*.xpm images/*.pbm \
+                    images/gnus/x-splash; do \
          echo " $(INSTALL_DATA) $$p $(etcdir)/$$p"; \
          $(INSTALL_DATA) $$p $(etcdir)/$$p; \
        done
@@ -33,10 +36,13 @@ install:
          $(INSTALL_DATA) $$p $(etcdir)/$$p; \
        done
 
-uninstall: 
+uninstall:
        rm -f $(etcdir)/gnus-tut.txt
        cd $(srcdir) \
-       && for p in images/gnus/*.xpm images/gnus/*.pbm images/gnus/*.xbm images/gnus/x-splash; do \
+       && for p in images/gnus/*.xpm images/gnus/*.pbm images/gnus/*.xbm \
+                    images/mail/*.xpm images/mail/*.pbm \
+                    images/*.xpm images/*.pbm \
+                    images/gnus/x-splash; do \
          rm -f "$(etcdir)/$$p"; \
        done
        rmdir $(etcdir)/images/gnus 2> /dev/null || true
@@ -51,8 +57,11 @@ Makefile: $(srcdir)/Makefile.in ../config.status
        cd .. \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-distclean:
-       rm -f *~ Makefile
+clean:
+       rm -f *~
+
+distclean: clean
+       rm -f Makefile
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.