X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=etc%2FMakefile.in;h=da3bb51aa08b96145f45007cec5df7afddb9dba4;hp=8277cc8ba65d12778daba1299290242c9724944c;hb=d5d94ce76327869346e2b02b7b02a3620ddd38eb;hpb=350ad6d3542a07639213cf2a4fe524e829c1e7b6 diff --git a/etc/Makefile.in b/etc/Makefile.in index 8277cc8..da3bb51 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -26,19 +26,13 @@ SED = sed .SUFFIXES: # static configuration, format, and components files -STATIC_FILES = components digestcomps distcomps forwcomps \ - mhl.body mhl.format mhl.forward mhl.headers \ - mhl.reply rcvdistcomps rcvdistcomps.outbox \ - replcomps replgroupcomps scan.MMDDYY scan.YYYYMMDD \ +STATIC_FILES = components digestcomps distcomps forwcomps \ + mhl.body mhl.format mhl.forward mhl.headers \ + mhl.reply rcvdistcomps rcvdistcomps.outbox \ + replcomps replgroupcomps scan.MMDDYY scan.YYYYMMDD \ scan.nmh scan.mailx scan.nomime scan.size scan.time \ scan.timely scan.unseen scan.meillo mhn.defaults -# auxiliary files (included in distribution but not installed) -AUX = Makefile.in - -# all non-generated files in this directory are included in the distribution -DIST = $(STATIC_FILES) $(AUX) - # ========= DEPENDENCIES FOR BUILDING ========== all: @@ -88,9 +82,3 @@ subdir = etc Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ -distdir = ../`cat ../distname`/$(subdir) -mmhdist: $(DIST) - @echo "Copying distribution files in $(subdir)" - @for file in $(DIST); do \ - cp -p $(srcdir)/$$file $(distdir); \ - done