X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=etc%2FMakefile.in;fp=etc%2FMakefile.in;h=da3bb51aa08b96145f45007cec5df7afddb9dba4;hp=8b8a1c364e4d7a514220c0bc6a7e8fdb90367acd;hb=d5d94ce76327869346e2b02b7b02a3620ddd38eb;hpb=776e627ad8aaa4d75bf1f7db04142a0f3bdf80ad diff --git a/etc/Makefile.in b/etc/Makefile.in index 8b8a1c3..da3bb51 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -33,12 +33,6 @@ STATIC_FILES = components digestcomps distcomps forwcomps \ 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