X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FMakefile.in;h=a9dfcc851f9763f31386aa64b89facfce379bade;hp=38db87e9b827f6709783061c76bc42765a6ccac3;hb=ea1312104afee995b3416fa3b0bf01974ca13009;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/docs/Makefile.in b/docs/Makefile.in index 38db87e..a9dfcc8 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -5,13 +5,15 @@ SHELL = /bin/sh srcdir = @srcdir@ +datarootdir = @datarootdir@ VPATH = @srcdir@ # header files included in distribution FILES = COMPLETION-BASH COMPLETION-TCSH COMPLETION-ZSH \ ChangeLog_MH-3_to_MH-6.6 ChangeLog_MH-6.7.0_to_MH-6.8.4.html \ - DIFFERENCES FAQ MAIL.FILTERING MAILING-LISTS README.about \ - README-ATTACHMENTS README-HOOKS README.SASL \ + ChangeLog_nmh DIFFERENCES_nmh_MH MACHINES \ + FAQ README.mail-filtering MAILING-LISTS \ + README.attachments README.hooks README.SASL \ README.developers README.manpages TODO # auxiliary files @@ -52,7 +54,7 @@ Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ distdir = ../`cat ../distname`/$(subdir) -nmhdist: +mmhdist: @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \