X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=etc%2FMakefile.in;h=ff9967f6033e0fda86182650d9b03bcfd78a552c;hb=db972a6177e9769e69906c78da28ad276d79a68b;hp=517bfad917765fe2f20bf6f34fb8c1ea733d27c7;hpb=db8e4f7297ebf04471a49173c1411631b76cc37b;p=gnus diff --git a/etc/Makefile.in b/etc/Makefile.in index 517bfad91..ff9967f60 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -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.