X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=etc%2FMakefile.in;h=aa0aa258b86d6529258497f303acab5772766bba;hp=efec5dbc189b1586083d5480a40695b93646d1b5;hb=fc9279e818dfc96c63a5d75a89080cc68cfe1170;hpb=1e1eead55e3f03af9f826b21649c77b90d886a4c diff --git a/etc/Makefile.in b/etc/Makefile.in index efec5db..aa0aa25 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -26,18 +26,13 @@ SED = sed .SUFFIXES: # static configuration, format, and components files -STATIC_FILES = components digestcomps distcomps forwcomps \ - mhl.body mhl.digest 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) + scan.timely scan.unseen scan.meillo scan.default \ + mhn.defaults repllistcomps # ========= DEPENDENCIES FOR BUILDING ========== @@ -88,9 +83,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