X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=etc%2FMakefile.in;h=5de4e41ae65943fac1e855aa56c818fc6dd88848;hp=0c7736d646151179600dbdf37f4fb9d4573ca6cd;hb=d3540eaa4251b3a282115a72ed5d1bb39ce74b3f;hpb=4e38095f027a81c005a48a888d0f8937e98543a5 diff --git a/etc/Makefile.in b/etc/Makefile.in index 0c7736d..5de4e41 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -42,7 +42,7 @@ STATIC_FILES = components digestcomps distcomps forwcomps \ scan.timely scan.unseen # templates and scripts from which non-static files are generated -GENERATED_FILE_SRCS = mhn.defaults.sh mhn.find.sh mts.conf.in sendfiles.in +GENERATED_FILE_SRCS = mhn.defaults.sh mhn.find.sh sendfiles.in # scripts generated using above GENERATED_FILE_SRCs; don't add binaries # to this list, as they'll get installed with INSTALL_SCRIPT and won't @@ -50,7 +50,7 @@ GENERATED_FILE_SRCS = mhn.defaults.sh mhn.find.sh mts.conf.in sendfiles.in GENERATED_BIN_FILES = sendfiles # non-scripts generated using above GENERATED_FILE_SRCs -GENERATED_ETC_FILES = mhn.defaults mts.conf +GENERATED_ETC_FILES = mhn.defaults # auxiliary files (included in distribution but not installed) AUX = Makefile.in @@ -66,11 +66,6 @@ mhn.defaults: $(srcdir)/mhn.defaults.sh $(MHNSEARCHPROG) rm -f $@ $(srcdir)/mhn.defaults.sh $(MHNSEARCHPATH) $(MHNSEARCHPROG) > $@ -mts.conf: $(srcdir)/mts.conf.in Makefile - rm -f $@ - $(SED) -e 's,%mailspool%,$(mailspool),' \ - -e 's,%etcdir%,$(etcdir),' < $(srcdir)/mts.conf.in > $@ - sendfiles: $(srcdir)/sendfiles.in Makefile rm -f $@ $(SED) -e 's,%libdir%,$(libdir),' < $(srcdir)/sendfiles.in > $@