X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FMakefile.in;h=df10b4b44563a37466794748fa2b3f5d8573ebe6;hp=7421f217d35d5199e804a2b832c75c5e24139e70;hb=731cbed5b971fac4bddd0ea525da0a90be54425b;hpb=35c228531bc8e00d43be590255df9408a4fcbe19 diff --git a/docs/Makefile.in b/docs/Makefile.in index 7421f21..df10b4b 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for h subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -12,8 +10,9 @@ 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.about \ + README.attachments README.hooks README.SASL \ README.developers README.manpages TODO # auxiliary files @@ -52,9 +51,9 @@ subdir = docs 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); \